#387539

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

Shades of Japanese Laurel #387539

Tints of Japanese Laurel #387539

Color information

#387539 (or 0x387539) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 39. RGB value is (56,117,57). Sum of RGB (Red+Green+Blue) = 56+117+57=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #387539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387539 is #C78AC6. Grayscale: #5C5C5C. Windows color (decimal): -13077191 or 3765560. OLE color: 3765560.

HSL color Cylindrical-coordinate representation of color #387539: hue angle of 120.98º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387539 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB5611757-
CMYK0.5200.510.54
HSL120.98º35.26%33.92%-
HSV(B)120.98º52.14%45.88%-
XYZ8.7313.866.09-
YUV91.92108.29102.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=24.35%
G=50.87%
B=24.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117570.5200.510.54120.9835.2633.92
Hex3875393403336792322
Octal701657164063661714342
Binary111000111010111100111010001100111101101111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387539; }

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

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

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

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

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

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

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

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