Html Css Color HEX #53701D Green Leaf

📋 copy color: '#53701D'

red 83 ◦ green 112 ◦ blue 29

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

Shades of Green Leaf #53701D

Tints of Green Leaf #53701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 37.05%
G = 50%
B = 12.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#53701D (or 0x53701D) is known color: Green Leaf. HEX triplet: 53, 70 and 1D. RGB value is (83,112,29). Sum of RGB (Red+Green+Blue) = 83+112+29=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #53701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53701D is #AC8FE2. Grayscale: #5E5E5E. Windows color (decimal): -11309027 or 1929299. OLE color: 1929299.

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

Color convert

RGB 83 112 29 -
CMYK 0.26 0 0.74 0.56
HSL 80.96º 0.59% 0.28% -
HSV(B) 80.96º 0.74% 0.44% -
XYZ 9.58 13.52 3.27 -
YUV 93.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 83 112 29 0.26 0 0.74 0.56 80.96 0.59 0.28
Hex 53 70 1D 1A 0 4A 38 51 3B 1C
Octal 123 160 35 32 0 112 70 121 73 34
Binary 1010011 1110000 11101 11010 0 1001010 111000 1010001 111011 11100

Color Harmonies of #53701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53701D

Black with #53701D

Text Example


Text Example

White with #53701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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