#36753E

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

Shades of Japanese Laurel #36753E

Tints of Japanese Laurel #36753E

Color information

#36753E (or 0x36753E) is unknown color: approx Japanese Laurel. HEX triplet: 36, 75 and 3E. RGB value is (54,117,62). Sum of RGB (Red+Green+Blue) = 54+117+62=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #36753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36753E is #C98AC1. Grayscale: #5C5C5C. Windows color (decimal): -13208258 or 4093238. OLE color: 4093238.

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

Color convert

RGB5411762-
CMYK0.5400.470.54
HSL127.62º36.84%33.53%-
HSV(B)127.62º53.85%45.88%-
XYZ8.7513.856.77-
YUV91.89111.13100.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=23.18%
G=50.21%
B=26.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117620.5400.470.54127.6236.8433.53
Hex36753E3602F36802522
Octal661657666057662004542
Binary1101101110101111110110110010111111011010000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36753E; }

 p { color: rgb(54,117,62); }

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

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

 a { background-color: rgb(54,117,62); }

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

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

 span { border-color: rgb(54,117,62); }

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