Html Css Color HEX #53712D Green Leaf

📋 copy color: '#53712D'

red 83 ◦ green 113 ◦ blue 45

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

Shades of Green Leaf #53712D

Tints of Green Leaf #53712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 34.44%
G = 46.89%
B = 18.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#53712D (or 0x53712D) is known color: Green Leaf. HEX triplet: 53, 71 and 2D. RGB value is (83,113,45). Sum of RGB (Red+Green+Blue) = 83+113+45=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #53712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53712D is #AC8ED2. Grayscale: #606060. Windows color (decimal): -11308755 or 2978131. OLE color: 2978131.

HSL color Cylindrical-coordinate representation of color #53712D: hue angle of 86.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53712D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 45 -
CMYK 0.27 0 0.60 0.56
HSL 86.47º 0.43% 0.31% -
HSV(B) 86.47º 0.6% 0.44% -
XYZ 9.95 13.84 4.63 -
YUV 96.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 83 113 45 0.27 0 0.60 0.56 86.47 0.43 0.31
Hex 53 71 2D 1B 0 3C 38 56 2B 1F
Octal 123 161 55 33 0 74 70 126 53 37
Binary 1010011 1110001 101101 11011 0 111100 111000 1010110 101011 11111

Color Harmonies of #53712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53712D

Black with #53712D

Text Example


Text Example

White with #53712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,113,45); }

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

background-color css

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

 a { background-color: rgb(83,113,45); }

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

border-color css

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

 span { border-color: rgb(83,113,45); }

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