#387140

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

Shades of Japanese Laurel #387140

Tints of Japanese Laurel #387140

Color information

#387140 (or 0x387140) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 40. RGB value is (56,113,64). Sum of RGB (Red+Green+Blue) = 56+113+64=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #387140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387140 is #C78EBF. Grayscale: #5A5A5A. Windows color (decimal): -13078208 or 4223288. OLE color: 4223288.

HSL color Cylindrical-coordinate representation of color #387140: hue angle of 128.42º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387140 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5611364-
CMYK0.5000.430.56
HSL128.42º33.73%33.14%-
HSV(B)128.42º50.44%44.31%-
XYZ8.4613.026.92-
YUV90.37113.12103.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=24.03%
G=48.50%
B=27.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113640.5000.430.56128.4233.7333.14
Hex3871403202B38802221
Octal7016110062053702004241
Binary11100011100011000000110010010101111100010000000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387140; }

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

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

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

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

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

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

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

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