Html Css Color HEX #536F21 Green Leaf

📋 copy color: '#536F21'

red 83 ◦ green 111 ◦ blue 33

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

Shades of Green Leaf #536F21

Tints of Green Leaf #536F21

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.9%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 36.56%
G = 48.9%
B = 14.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#536F21 (or 0x536F21) is known color: Green Leaf. HEX triplet: 53, 6F and 21. RGB value is (83,111,33). Sum of RGB (Red+Green+Blue) = 83+111+33=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #536F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F21 is #AC90DE. Grayscale: #5E5E5E. Windows color (decimal): -11309279 or 2191187. OLE color: 2191187.

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

Color convert

RGB 83 111 33 -
CMYK 0.25 0 0.70 0.56
HSL 81.54º 0.54% 0.28% -
HSV(B) 81.54º 0.7% 0.44% -
XYZ 9.53 13.32 3.51 -
YUV 93.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 83 111 33 0.25 0 0.70 0.56 81.54 0.54 0.28
Hex 53 6F 21 19 0 46 38 52 36 1C
Octal 123 157 41 31 0 106 70 122 66 34
Binary 1010011 1101111 100001 11001 0 1000110 111000 1010010 110110 11100

Color Harmonies of #536F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F21

Black with #536F21

Text Example


Text Example

White with #536F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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