#387641

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

Shades of Japanese Laurel #387641

Tints of Japanese Laurel #387641

Color information

#387641 (or 0x387641) is unknown color: approx Japanese Laurel. HEX triplet: 38, 76 and 41. RGB value is (56,118,65). Sum of RGB (Red+Green+Blue) = 56+118+65=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #387641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387641 is #C789BE. Grayscale: #5D5D5D. Windows color (decimal): -13076927 or 4290104. OLE color: 4290104.

HSL color Cylindrical-coordinate representation of color #387641: hue angle of 128.71º 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 #387641 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB5611865-
CMYK0.5300.450.54
HSL128.71º35.63%34.12%-
HSV(B)128.71º52.54%46.27%-
XYZ9.0614.187.26-
YUV93.42111.96101.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=23.43%
G=49.37%
B=27.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118650.5300.450.54128.7135.6334.12
Hex3876413502D36812422
Octal7016610165055662014442
Binary11100011101101000001110101010110111011010000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387641; }

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

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

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

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

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

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

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

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