#36723A

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

Shades of Japanese Laurel #36723A

Tints of Japanese Laurel #36723A

Color information

#36723A (or 0x36723A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 72 and 3A. RGB value is (54,114,58). Sum of RGB (Red+Green+Blue) = 54+114+58=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #36723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36723A is #C98DC5. Grayscale: #595959. Windows color (decimal): -13209030 or 3830326. OLE color: 3830326.

HSL color Cylindrical-coordinate representation of color #36723A: hue angle of 124º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36723A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB5411458-
CMYK0.5300.490.55
HSL124º35.71%32.94%-
HSV(B)124º52.63%44.71%-
XYZ8.313.126.1-
YUV89.68110.12102.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=23.89%
G=50.44%
B=25.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114580.5300.490.5512435.7132.94
Hex36723A35031377c2421
Octal661627265061671744441
Binary110110111001011101011010101100011101111111100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36723A; }

 p { color: rgb(54,114,58); }

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

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

 a { background-color: rgb(54,114,58); }

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

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

 span { border-color: rgb(54,114,58); }

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