#36743C

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

Shades of Japanese Laurel #36743C

Tints of Japanese Laurel #36743C

Color information

#36743C (or 0x36743C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 74 and 3C. RGB value is (54,116,60). Sum of RGB (Red+Green+Blue) = 54+116+60=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #36743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36743C is #C98BC3. Grayscale: #5B5B5B. Windows color (decimal): -13208516 or 3961910. OLE color: 3961910.

HSL color Cylindrical-coordinate representation of color #36743C: hue angle of 125.81º 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 #36743C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5411660-
CMYK0.5300.480.55
HSL125.81º36.47%33.33%-
HSV(B)125.81º53.45%45.49%-
XYZ8.5813.66.45-
YUV91.08110.46101.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=23.48%
G=50.43%
B=26.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54116600.5300.480.55125.8136.4733.33
Hex36743C35030377e2421
Octal661647465060671764441
Binary110110111010011110011010101100001101111111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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