#536F1E

Color #536F1E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #536F1E

Tints of Green Leaf #536F1E

Color information

#536F1E (or 0x536F1E) is unknown color: approx Green Leaf. HEX triplet: 53, 6F and 1E. RGB value is (83,111,30). Sum of RGB (Red+Green+Blue) = 83+111+30=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #536F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F1E is #AC90E1. Grayscale: #5D5D5D. Windows color (decimal): -11309282 or 1994579. OLE color: 1994579.

HSL color Cylindrical-coordinate representation of color #536F1E: hue angle of 80.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #536F1E is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB8311130-
CMYK0.2500.730.56
HSL80.74º57.45%27.65%-
HSV(B)80.74º72.97%43.53%-
XYZ9.4913.33.3-
YUV93.3992.22120.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=37.05%
G=49.55%
B=13.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111300.2500.730.5680.7457.4527.65
Hex536F1E190493851391c
Octal12315736310111701217134
Binary10100111101111111101100101001001111000101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F1E; }

 p { color: rgb(83,111,30); }

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

<style>
 a { background-color: #536F1E; }

 a { background-color: rgb(83,111,30); }

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

<style>
 span { border-color: #536F1E; }

 span { border-color: rgb(83,111,30); }

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