Html Css Color HEX #50712D Green Leaf

📋 copy color: '#50712D'

red 80 ◦ green 113 ◦ blue 45

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

Shades of Green Leaf #50712D

Tints of Green Leaf #50712D

RGB

 RED value IS 80 (31.64% from 255) = 33.61%

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

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

R = 33.61%
G = 47.48%
B = 18.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#50712D (or 0x50712D) is known color: Green Leaf. HEX triplet: 50, 71 and 2D. RGB value is (80,113,45). Sum of RGB (Red+Green+Blue) = 80+113+45=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #50712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50712D is #AF8ED2. Grayscale: #5F5F5F. Windows color (decimal): -11505363 or 2978128. OLE color: 2978128.

HSL color Cylindrical-coordinate representation of color #50712D: hue angle of 89.12º 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 #50712D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 45 -
CMYK 0.29 0 0.60 0.56
HSL 89.12º 0.43% 0.31% -
HSV(B) 89.12º 0.6% 0.44% -
XYZ 9.69 13.71 4.62 -
YUV 95.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 80 113 45 0.29 0 0.60 0.56 89.12 0.43 0.31
Hex 50 71 2D 1D 0 3C 38 59 2B 1F
Octal 120 161 55 35 0 74 70 131 53 37
Binary 1010000 1110001 101101 11101 0 111100 111000 1011001 101011 11111

Color Harmonies of #50712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50712D

Black with #50712D

Text Example


Text Example

White with #50712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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