#387039

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

Shades of Japanese Laurel #387039

Tints of Japanese Laurel #387039

Color information

#387039 (or 0x387039) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 39. RGB value is (56,112,57). Sum of RGB (Red+Green+Blue) = 56+112+57=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #387039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387039 is #C78FC6. Grayscale: #595959. Windows color (decimal): -13078471 or 3764280. OLE color: 3764280.

HSL color Cylindrical-coordinate representation of color #387039: hue angle of 121.07º degrees, saturation: 0.33, 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 #387039 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB5611257-
CMYK0.5000.490.56
HSL121.07º33.33%32.94%-
HSV(B)121.07º50%43.92%-
XYZ8.1612.725.9-
YUV88.99109.95104.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=24.89%
G=49.78%
B=25.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112570.5000.490.56121.0733.3332.94
Hex3870393203138792121
Octal701607162061701714141
Binary111000111000011100111001001100011110001111001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387039; }

 p { color: rgb(56,112,57); }

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

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

 a { background-color: rgb(56,112,57); }

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

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

 span { border-color: rgb(56,112,57); }

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