#387431

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

Shades of Japanese Laurel #387431

Tints of Japanese Laurel #387431

Color information

#387431 (or 0x387431) is unknown color: approx Japanese Laurel. HEX triplet: 38, 74 and 31. RGB value is (56,116,49). Sum of RGB (Red+Green+Blue) = 56+116+49=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #387431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387431 is #C78BCE. Grayscale: #5A5A5A. Windows color (decimal): -13077455 or 3241016. OLE color: 3241016.

HSL color Cylindrical-coordinate representation of color #387431: hue angle of 113.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387431 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB5611649-
CMYK0.5200.580.55
HSL113.73º40.61%32.35%-
HSV(B)113.73º57.76%45.49%-
XYZ8.4313.555.08-
YUV90.42104.62103.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=25.34%
G=52.49%
B=22.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116490.5200.580.55113.7340.6132.35
Hex3874313403A37722920
Octal701646164072671625140
Binary111000111010011000111010001110101101111110010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387431; }

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

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

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

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

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

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

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

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