Html Css Color HEX #536820 Green Leaf

📋 copy color: '#536820'

red 83 ◦ green 104 ◦ blue 32

#536820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #536820

Tints of Green Leaf #536820

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 37.9%
G = 47.49%
B = 14.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#536820 (or 0x536820) is known color: Green Leaf. HEX triplet: 53, 68 and 20. RGB value is (83,104,32). Sum of RGB (Red+Green+Blue) = 83+104+32=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #536820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536820 is #AC97DF. Grayscale: #595959. Windows color (decimal): -11311072 or 2123859. OLE color: 2123859.

HSL color Cylindrical-coordinate representation of color #536820: hue angle of 77.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #536820 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 32 -
CMYK 0.20 0 0.69 0.59
HSL 77.5º 0.53% 0.27% -
HSV(B) 77.5º 0.69% 0.41% -
XYZ 8.78 11.84 3.19 -
YUV 89.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 83 104 32 0.20 0 0.69 0.59 77.5 0.53 0.27
Hex 53 68 20 14 0 45 3B 4E 35 1B
Octal 123 150 40 24 0 105 73 116 65 33
Binary 1010011 1101000 100000 10100 0 1000101 111011 1001110 110101 11011

Color Harmonies of #536820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536820

Black with #536820

Text Example


Text Example

White with #536820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536820; }

 p { color: rgb(83,104,32); }

 H1.HeaderClassName
 {
   color: #536820;
 }
 .AnyTagClassName
 {
   color: #536820;
 }
</style>

background-color css

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

 a { background-color: rgb(83,104,32); }

 div.DivClassName
 {
   background-color: #536820;
 }
 .BgClassName
 {
   background-color: #536820;
 }
</style>

border-color css

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

 span { border-color: rgb(83,104,32); }

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