#387937

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

Shades of Japanese Laurel #387937

Tints of Japanese Laurel #387937

Color information

#387937 (or 0x387937) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 37. RGB value is (56,121,55). Sum of RGB (Red+Green+Blue) = 56+121+55=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #387937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387937 is #C786C8. Grayscale: #5E5E5E. Windows color (decimal): -13076169 or 3635512. OLE color: 3635512.

HSL color Cylindrical-coordinate representation of color #387937: hue angle of 119.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387937 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5612155-
CMYK0.5400.550.53
HSL119.09º37.5%34.51%-
HSV(B)119.09º54.55%47.45%-
XYZ9.1614.795.99-
YUV94.04105.97100.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=24.14%
G=52.16%
B=23.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121550.5400.550.53119.0937.534.51
Hex3879373603735772623
Octal701716766067651674643
Binary111000111100111011111011001101111101011110111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387937; }

 p { color: rgb(56,121,55); }

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

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

 a { background-color: rgb(56,121,55); }

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

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

 span { border-color: rgb(56,121,55); }

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