Html Css Color HEX #53702A Green Leaf

📋 copy color: '#53702A'

red 83 ◦ green 112 ◦ blue 42

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

Shades of Green Leaf #53702A

Tints of Green Leaf #53702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 35.02%
G = 47.26%
B = 17.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#53702A (or 0x53702A) is known color: Green Leaf. HEX triplet: 53, 70 and 2A. RGB value is (83,112,42). Sum of RGB (Red+Green+Blue) = 83+112+42=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #53702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702A is #AC8FD5. Grayscale: #5F5F5F. Windows color (decimal): -11309014 or 2781267. OLE color: 2781267.

HSL color Cylindrical-coordinate representation of color #53702A: hue angle of 84.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53702A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 42 -
CMYK 0.26 0 0.62 0.56
HSL 84.86º 0.45% 0.3% -
HSV(B) 84.86º 0.63% 0.44% -
XYZ 9.78 13.59 4.3 -
YUV 95.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 83 112 42 0.26 0 0.62 0.56 84.86 0.45 0.3
Hex 53 70 2A 1A 0 3E 38 55 2D 1E
Octal 123 160 52 32 0 76 70 125 55 36
Binary 1010011 1110000 101010 11010 0 111110 111000 1010101 101101 11110

Color Harmonies of #53702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53702A

Black with #53702A

Text Example


Text Example

White with #53702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53702A; }

 p { color: rgb(83,112,42); }

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

background-color css

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

 a { background-color: rgb(83,112,42); }

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

border-color css

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

 span { border-color: rgb(83,112,42); }

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