#387131

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

Shades of Japanese Laurel #387131

Tints of Japanese Laurel #387131

Color information

#387131 (or 0x387131) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 31. RGB value is (56,113,49). Sum of RGB (Red+Green+Blue) = 56+113+49=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #387131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387131 is #C78ECE. Grayscale: #585858. Windows color (decimal): -13078223 or 3240248. OLE color: 3240248.

HSL color Cylindrical-coordinate representation of color #387131: hue angle of 113.44º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387131 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB5611349-
CMYK0.5000.570.56
HSL113.44º39.51%31.76%-
HSV(B)113.44º56.64%44.31%-
XYZ8.0912.874.96-
YUV88.66105.62104.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=25.69%
G=51.83%
B=22.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113490.5000.570.56113.4439.5131.76
Hex3871313203938712820
Octal701616162071701615040
Binary111000111000111000111001001110011110001110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387131; }

 p { color: rgb(56,113,49); }

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

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

 a { background-color: rgb(56,113,49); }

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

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

 span { border-color: rgb(56,113,49); }

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