#387533

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

Shades of Japanese Laurel #387533

Tints of Japanese Laurel #387533

Color information

#387533 (or 0x387533) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 33. RGB value is (56,117,51). Sum of RGB (Red+Green+Blue) = 56+117+51=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #387533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387533 is #C78ACC. Grayscale: #5B5B5B. Windows color (decimal): -13077197 or 3372344. OLE color: 3372344.

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

Color convert

RGB5611751-
CMYK0.5200.560.54
HSL115.45º39.29%32.94%-
HSV(B)115.45º56.41%45.88%-
XYZ8.5913.85.34-
YUV91.24105.29102.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=25%
G=52.23%
B=22.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117510.5200.560.54115.4539.2932.94
Hex3875333403836732721
Octal701656364070661634741
Binary111000111010111001111010001110001101101110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387533; }

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

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

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

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

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

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

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

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