Html Css Color HEX #536E34 Green Leaf

📋 copy color: '#536E34'

red 83 ◦ green 110 ◦ blue 52

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

Shades of Green Leaf #536E34

Tints of Green Leaf #536E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 33.88%
G = 44.9%
B = 21.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#536E34 (or 0x536E34) is known color: Green Leaf. HEX triplet: 53, 6E and 34. RGB value is (83,110,52). Sum of RGB (Red+Green+Blue) = 83+110+52=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #536E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536E34 is #AC91CB. Grayscale: #5F5F5F. Windows color (decimal): -11309516 or 3436115. OLE color: 3436115.

HSL color Cylindrical-coordinate representation of color #536E34: hue angle of 87.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536E34 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 52 -
CMYK 0.25 0 0.53 0.57
HSL 87.93º 0.36% 0.32% -
HSV(B) 87.93º 0.53% 0.43% -
XYZ 9.76 13.24 5.29 -
YUV 95.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 83 110 52 0.25 0 0.53 0.57 87.93 0.36 0.32
Hex 53 6E 34 19 0 35 39 58 24 20
Octal 123 156 64 31 0 65 71 130 44 40
Binary 1010011 1101110 110100 11001 0 110101 111001 1011000 100100 100000

Color Harmonies of #536E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E34

Black with #536E34

Text Example


Text Example

White with #536E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,110,52); }

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

background-color css

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

 a { background-color: rgb(83,110,52); }

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

border-color css

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

 span { border-color: rgb(83,110,52); }

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