Html Css Color HEX #53701E Green Leaf

📋 copy color: '#53701E'

red 83 ◦ green 112 ◦ blue 30

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

Shades of Green Leaf #53701E

Tints of Green Leaf #53701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 36.89%
G = 49.78%
B = 13.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#53701E (or 0x53701E) is known color: Green Leaf. HEX triplet: 53, 70 and 1E. RGB value is (83,112,30). Sum of RGB (Red+Green+Blue) = 83+112+30=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #53701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53701E is #AC8FE1. Grayscale: #5E5E5E. Windows color (decimal): -11309026 or 1994835. OLE color: 1994835.

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

Color convert

RGB 83 112 30 -
CMYK 0.26 0 0.73 0.56
HSL 81.22º 0.58% 0.28% -
HSV(B) 81.22º 0.73% 0.44% -
XYZ 9.6 13.52 3.33 -
YUV 93.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 83 112 30 0.26 0 0.73 0.56 81.22 0.58 0.28
Hex 53 70 1E 1A 0 49 38 51 3A 1C
Octal 123 160 36 32 0 111 70 121 72 34
Binary 1010011 1110000 11110 11010 0 1001001 111000 1010001 111010 11100

Color Harmonies of #53701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53701E

Black with #53701E

Text Example


Text Example

White with #53701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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