#387831

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

Shades of Japanese Laurel #387831

Tints of Japanese Laurel #387831

Color information

#387831 (or 0x387831) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 31. RGB value is (56,120,49). Sum of RGB (Red+Green+Blue) = 56+120+49=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #387831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387831 is #C787CE. Grayscale: #5C5C5C. Windows color (decimal): -13076431 or 3242040. OLE color: 3242040.

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

Color convert

RGB5612049-
CMYK0.5300.590.53
HSL114.08º42.01%33.14%-
HSV(B)114.08º59.17%47.06%-
XYZ8.914.55.23-
YUV92.77103.3101.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=24.89%
G=53.33%
B=21.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120490.5300.590.53114.0842.0133.14
Hex3878313503B35722a21
Octal701706165073651625241
Binary111000111100011000111010101110111101011110010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387831; }

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

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

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

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

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

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

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

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