Html Css Color HEX #53702E Green Leaf

📋 copy color: '#53702E'

red 83 ◦ green 112 ◦ blue 46

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

Shades of Green Leaf #53702E

Tints of Green Leaf #53702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 34.44%
G = 46.47%
B = 19.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#53702E (or 0x53702E) is known color: Green Leaf. HEX triplet: 53, 70 and 2E. RGB value is (83,112,46). Sum of RGB (Red+Green+Blue) = 83+112+46=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #53702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702E is #AC8FD1. Grayscale: #606060. Windows color (decimal): -11309010 or 3043411. OLE color: 3043411.

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

Color convert

RGB 83 112 46 -
CMYK 0.26 0 0.59 0.56
HSL 86.36º 0.42% 0.31% -
HSV(B) 86.36º 0.59% 0.44% -
XYZ 9.85 13.62 4.7 -
YUV 95.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 83 112 46 0.26 0 0.59 0.56 86.36 0.42 0.31
Hex 53 70 2E 1A 0 3B 38 56 2A 1F
Octal 123 160 56 32 0 73 70 126 52 37
Binary 1010011 1110000 101110 11010 0 111011 111000 1010110 101010 11111

Color Harmonies of #53702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53702E

Black with #53702E

Text Example


Text Example

White with #53702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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