#36703F

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

Shades of Japanese Laurel #36703F

Tints of Japanese Laurel #36703F

Color information

#36703F (or 0x36703F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 70 and 3F. RGB value is (54,112,63). Sum of RGB (Red+Green+Blue) = 54+112+63=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #36703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36703F is #C98FC0. Grayscale: #595959. Windows color (decimal): -13209537 or 4157494. OLE color: 4157494.

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

Color convert

RGB5411263-
CMYK0.5200.440.56
HSL129.31º34.94%32.55%-
HSV(B)129.31º51.79%43.92%-
XYZ8.2112.736.73-
YUV89.07113.28102.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 63 (25% from 255) = 27.51%
R=23.58%
G=48.91%
B=27.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112630.5200.440.56129.3134.9432.55
Hex36703F3402C38812321
Octal661607764054702014341
Binary1101101110000111111110100010110011100010000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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