#387540

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

Shades of Japanese Laurel #387540

Tints of Japanese Laurel #387540

Color information

#387540 (or 0x387540) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 40. RGB value is (56,117,64). Sum of RGB (Red+Green+Blue) = 56+117+64=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #387540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387540 is #C78ABF. Grayscale: #5C5C5C. Windows color (decimal): -13077184 or 4224312. OLE color: 4224312.

HSL color Cylindrical-coordinate representation of color #387540: hue angle of 127.87º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387540 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB5611764-
CMYK0.5200.450.54
HSL127.87º35.26%33.92%-
HSV(B)127.87º52.14%45.88%-
XYZ8.9213.937.07-
YUV92.72111.79101.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=23.63%
G=49.37%
B=27.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117640.5200.450.54127.8735.2633.92
Hex3875403402D36802322
Octal7016510064055662004342
Binary11100011101011000000110100010110111011010000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387540; }

 p { color: rgb(56,117,64); }

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

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

 a { background-color: rgb(56,117,64); }

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

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

 span { border-color: rgb(56,117,64); }

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