#387642

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

Shades of Japanese Laurel #387642

Tints of Japanese Laurel #387642

Color information

#387642 (or 0x387642) is unknown color: approx Japanese Laurel. HEX triplet: 38, 76 and 42. RGB value is (56,118,66). Sum of RGB (Red+Green+Blue) = 56+118+66=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #387642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387642 is #C789BD. Grayscale: #5D5D5D. Windows color (decimal): -13076926 or 4355640. OLE color: 4355640.

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

Color convert

RGB5611866-
CMYK0.5300.440.54
HSL129.68º35.63%34.12%-
HSV(B)129.68º52.54%46.27%-
XYZ9.0914.197.41-
YUV93.53112.46101.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=23.33%
G=49.17%
B=27.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118660.5300.440.54129.6835.6334.12
Hex3876423502C36822422
Octal7016610265054662024442
Binary11100011101101000010110101010110011011010000010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387642; }

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

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

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

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

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

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

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

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