#36753B

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

Shades of Japanese Laurel #36753B

Tints of Japanese Laurel #36753B

Color information

#36753B (or 0x36753B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 75 and 3B. RGB value is (54,117,59). Sum of RGB (Red+Green+Blue) = 54+117+59=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #36753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36753B is #C98AC4. Grayscale: #5B5B5B. Windows color (decimal): -13208261 or 3896630. OLE color: 3896630.

HSL color Cylindrical-coordinate representation of color #36753B: hue angle of 124.76º 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 #36753B is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB5411759-
CMYK0.5400.500.54
HSL124.76º36.84%33.53%-
HSV(B)124.76º53.85%45.88%-
XYZ8.6713.826.35-
YUV91.55109.63101.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=23.48%
G=50.87%
B=25.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117590.5400.500.54124.7636.8433.53
Hex36753B36032367d2522
Octal661657366062661754542
Binary110110111010111101111011001100101101101111101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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