Html Css Color HEX #536720 Green Leaf

📋 copy color: '#536720'

red 83 ◦ green 103 ◦ blue 32

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

Shades of Green Leaf #536720

Tints of Green Leaf #536720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.25%

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

R = 38.07%
G = 47.25%
B = 14.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#536720 (or 0x536720) is known color: Green Leaf. HEX triplet: 53, 67 and 20. RGB value is (83,103,32). Sum of RGB (Red+Green+Blue) = 83+103+32=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #536720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536720 is #AC98DF. Grayscale: #595959. Windows color (decimal): -11311328 or 2123603. OLE color: 2123603.

HSL color Cylindrical-coordinate representation of color #536720: hue angle of 76.9º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #536720 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 32 -
CMYK 0.19 0 0.69 0.60
HSL 76.9º 0.53% 0.26% -
HSV(B) 76.9º 0.69% 0.4% -
XYZ 8.68 11.64 3.16 -
YUV 88.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 83 103 32 0.19 0 0.69 0.60 76.9 0.53 0.26
Hex 53 67 20 13 0 45 3C 4D 35 1A
Octal 123 147 40 23 0 105 74 115 65 32
Binary 1010011 1100111 100000 10011 0 1000101 111100 1001101 110101 11010

Color Harmonies of #536720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536720

Black with #536720

Text Example


Text Example

White with #536720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536720; }

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

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

background-color css

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

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

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

border-color css

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

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

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