#36703E

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

Shades of Japanese Laurel #36703E

Tints of Japanese Laurel #36703E

Color information

#36703E (or 0x36703E) is unknown color: approx Japanese Laurel. HEX triplet: 36, 70 and 3E. RGB value is (54,112,62). Sum of RGB (Red+Green+Blue) = 54+112+62=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #36703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36703E is #C98FC1. Grayscale: #595959. Windows color (decimal): -13209538 or 4091958. OLE color: 4091958.

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

Color convert

RGB5411262-
CMYK0.5200.450.56
HSL128.28º34.94%32.55%-
HSV(B)128.28º51.79%43.92%-
XYZ8.1812.726.58-
YUV88.96112.78103.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=23.68%
G=49.12%
B=27.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112620.5200.450.56128.2834.9432.55
Hex36703E3402D38802321
Octal661607664055702004341
Binary1101101110000111110110100010110111100010000000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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