Html Css Color HEX #53702F Green Leaf

📋 copy color: '#53702F'

red 83 ◦ green 112 ◦ blue 47

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

Shades of Green Leaf #53702F

Tints of Green Leaf #53702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 34.3%
G = 46.28%
B = 19.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#53702F (or 0x53702F) is known color: Green Leaf. HEX triplet: 53, 70 and 2F. RGB value is (83,112,47). Sum of RGB (Red+Green+Blue) = 83+112+47=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #53702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702F is #AC8FD0. Grayscale: #606060. Windows color (decimal): -11309009 or 3108947. OLE color: 3108947.

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

Color convert

RGB 83 112 47 -
CMYK 0.26 0 0.58 0.56
HSL 86.77º 0.41% 0.31% -
HSV(B) 86.77º 0.58% 0.44% -
XYZ 9.87 13.63 4.8 -
YUV 95.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 83 112 47 0.26 0 0.58 0.56 86.77 0.41 0.31
Hex 53 70 2F 1A 0 3A 38 57 29 1F
Octal 123 160 57 32 0 72 70 127 51 37
Binary 1010011 1110000 101111 11010 0 111010 111000 1010111 101001 11111

Color Harmonies of #53702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53702F

Black with #53702F

Text Example


Text Example

White with #53702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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