#36713C

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

Shades of Japanese Laurel #36713C

Tints of Japanese Laurel #36713C

Color information

#36713C (or 0x36713C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 71 and 3C. RGB value is (54,113,60). Sum of RGB (Red+Green+Blue) = 54+113+60=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #36713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713C is #C98EC3. Grayscale: #595959. Windows color (decimal): -13209284 or 3961142. OLE color: 3961142.

HSL color Cylindrical-coordinate representation of color #36713C: hue angle of 126.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36713C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB5411360-
CMYK0.5200.470.56
HSL126.1º35.33%32.75%-
HSV(B)126.1º52.21%44.31%-
XYZ8.2412.926.33-
YUV89.32111.45102.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=23.79%
G=49.78%
B=26.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113600.5200.470.56126.135.3332.75
Hex36713C3402F387e2321
Octal661617464057701764341
Binary110110111000111110011010001011111110001111110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36713C; }

 p { color: rgb(54,113,60); }

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

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

 a { background-color: rgb(54,113,60); }

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

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

 span { border-color: rgb(54,113,60); }

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