#387931

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

Shades of Japanese Laurel #387931

Tints of Japanese Laurel #387931

Color information

#387931 (or 0x387931) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 31. RGB value is (56,121,49). Sum of RGB (Red+Green+Blue) = 56+121+49=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #387931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387931 is #C786CE. Grayscale: #5D5D5D. Windows color (decimal): -13076175 or 3242296. OLE color: 3242296.

HSL color Cylindrical-coordinate representation of color #387931: hue angle of 114.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387931 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB5612149-
CMYK0.5400.600.53
HSL114.17º42.35%33.33%-
HSV(B)114.17º59.5%47.45%-
XYZ9.0214.745.27-
YUV93.36102.97101.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 121 (47.66% from 255) = 53.54%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=24.78%
G=53.54%
B=21.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121490.5400.600.53114.1742.3533.33
Hex3879313603C35722a21
Octal701716166074651625241
Binary111000111100111000111011001111001101011110010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387931; }

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

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

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

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

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

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

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

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