Html Css Color HEX #53701A Green Leaf

📋 copy color: '#53701A'

red 83 ◦ green 112 ◦ blue 26

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

Shades of Green Leaf #53701A

Tints of Green Leaf #53701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 37.56%
G = 50.68%
B = 11.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#53701A (or 0x53701A) is known color: Green Leaf. HEX triplet: 53, 70 and 1A. RGB value is (83,112,26). Sum of RGB (Red+Green+Blue) = 83+112+26=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #53701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53701A is #AC8FE5. Grayscale: #5D5D5D. Windows color (decimal): -11309030 or 1732691. OLE color: 1732691.

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

Color convert

RGB 83 112 26 -
CMYK 0.26 0 0.77 0.56
HSL 80.23º 0.62% 0.27% -
HSV(B) 80.23º 0.77% 0.44% -
XYZ 9.55 13.5 3.08 -
YUV 93.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 83 112 26 0.26 0 0.77 0.56 80.23 0.62 0.27
Hex 53 70 1A 1A 0 4D 38 50 3E 1B
Octal 123 160 32 32 0 115 70 120 76 33
Binary 1010011 1110000 11010 11010 0 1001101 111000 1010000 111110 11011

Color Harmonies of #53701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53701A

Black with #53701A

Text Example


Text Example

White with #53701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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