#387736

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

Shades of Japanese Laurel #387736

Tints of Japanese Laurel #387736

Color information

#387736 (or 0x387736) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 36. RGB value is (56,119,54). Sum of RGB (Red+Green+Blue) = 56+119+54=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #387736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387736 is #C788C9. Grayscale: #5C5C5C. Windows color (decimal): -13076682 or 3569464. OLE color: 3569464.

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

Color convert

RGB5611954-
CMYK0.5300.550.53
HSL118.15º37.57%33.92%-
HSV(B)118.15º54.62%46.67%-
XYZ8.8914.35.78-
YUV92.75106.13101.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=24.45%
G=51.97%
B=23.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119540.5300.550.53118.1537.5733.92
Hex3877363503735762622
Octal701676665067651664642
Binary111000111011111011011010101101111101011110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387736; }

 p { color: rgb(56,119,54); }

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

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

 a { background-color: rgb(56,119,54); }

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

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

 span { border-color: rgb(56,119,54); }

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