#36713D

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

Shades of Japanese Laurel #36713D

Tints of Japanese Laurel #36713D

Color information

#36713D (or 0x36713D) is unknown color: approx Japanese Laurel. HEX triplet: 36, 71 and 3D. RGB value is (54,113,61). Sum of RGB (Red+Green+Blue) = 54+113+61=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #36713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713D is #C98EC2. Grayscale: #595959. Windows color (decimal): -13209283 or 4026678. OLE color: 4026678.

HSL color Cylindrical-coordinate representation of color #36713D: hue angle of 127.12º 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 #36713D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5411361-
CMYK0.5200.460.56
HSL127.12º35.33%32.75%-
HSV(B)127.12º52.21%44.31%-
XYZ8.2712.936.48-
YUV89.43111.95102.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=23.68%
G=49.56%
B=26.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113610.5200.460.56127.1235.3332.75
Hex36713D3402E387f2321
Octal661617564056701774341
Binary110110111000111110111010001011101110001111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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