#387F42

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

Shades of Japanese Laurel #387F42

Tints of Japanese Laurel #387F42

Color information

#387F42 (or 0x387F42) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7F and 42. RGB value is (56,127,66). Sum of RGB (Red+Green+Blue) = 56+127+66=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #387F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F42 is #C780BD. Grayscale: #626262. Windows color (decimal): -13074622 or 4357944. OLE color: 4357944.

HSL color Cylindrical-coordinate representation of color #387F42: hue angle of 128.45º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F42 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB5612766-
CMYK0.5600.480.50
HSL128.45º38.8%35.88%-
HSV(B)128.45º55.91%49.8%-
XYZ10.216.417.78-
YUV98.82109.4897.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=22.49%
G=51.00%
B=26.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127660.5600.480.50128.4538.835.88
Hex387F423803032802724
Octal7017710270060622004744
Binary11100011111111000010111000011000011001010000000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387F42; }

 p { color: rgb(56,127,66); }

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

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

 a { background-color: rgb(56,127,66); }

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

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

 span { border-color: rgb(56,127,66); }

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