#387936

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

Shades of Japanese Laurel #387936

Tints of Japanese Laurel #387936

Color information

#387936 (or 0x387936) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 36. RGB value is (56,121,54). Sum of RGB (Red+Green+Blue) = 56+121+54=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #387936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387936 is #C786C9. Grayscale: #5E5E5E. Windows color (decimal): -13076170 or 3569976. OLE color: 3569976.

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

Color convert

RGB5612154-
CMYK0.5400.550.53
HSL118.21º38.29%34.31%-
HSV(B)118.21º55.37%47.45%-
XYZ9.1314.785.86-
YUV93.93105.47100.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=24.24%
G=52.38%
B=23.38%

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
Decimal56121540.5400.550.53118.2138.2934.31
Hex3879363603735762622
Octal701716666067651664642
Binary111000111100111011011011001101111101011110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387936; }

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

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

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

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

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

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

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

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