#318538

Color #318538 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #318538

Tints of Japanese Laurel #318538

Color information

#318538 (or 0x318538) is unknown color: approx Japanese Laurel. HEX triplet: 31, 85 and 38. RGB value is (49,133,56). Sum of RGB (Red+Green+Blue) = 49+133+56=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #318538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318538 is #CE7AC7. Grayscale: #636363. Windows color (decimal): -13531848 or 3704113. OLE color: 3704113.

HSL color Cylindrical-coordinate representation of color #318538: hue angle of 125º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318538 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB4913356-
CMYK0.6300.580.48
HSL125º46.15%35.69%-
HSV(B)125º63.16%52.16%-
XYZ10.3717.716.61-
YUV99.11103.6792.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=20.59%
G=55.88%
B=23.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133560.6300.580.4812546.1535.69
Hex3185383F03A307d2e24
Octal612057077072601755644
Binary1100011000010111100011111101110101100001111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318538; }

 p { color: rgb(49,133,56); }

 H1.HeaderClassName
 {
   color: #318538;
 }
 .AnyTagClassName
 {
   color: #318538;
 }
</style>
background-color css

<style>
 a { background-color: #318538; }

 a { background-color: rgb(49,133,56); }

 div.DivClassName
 {
   background-color: #318538;
 }
 .BgClassName
 {
   background-color: #318538;
 }
</style>
border-color css

<style>
 span { border-color: #318538; }

 span { border-color: rgb(49,133,56); }

 td.TdClassName
 {
   border-color: #318538;
 }
 .TagClassName
 {
   border-color: #318538;
 }
</style>