Html Css Color HEX #507022 Green Leaf

📋 copy color: '#507022'

red 80 ◦ green 112 ◦ blue 34

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

Shades of Green Leaf #507022

Tints of Green Leaf #507022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 35.4%
G = 49.56%
B = 15.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#507022 (or 0x507022) is known color: Green Leaf. HEX triplet: 50, 70 and 22. RGB value is (80,112,34). Sum of RGB (Red+Green+Blue) = 80+112+34=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #507022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507022 is #AF8FDD. Grayscale: #5D5D5D. Windows color (decimal): -11505630 or 2256976. OLE color: 2256976.

HSL color Cylindrical-coordinate representation of color #507022: hue angle of 84.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #507022 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 34 -
CMYK 0.29 0 0.70 0.56
HSL 84.62º 0.53% 0.29% -
HSV(B) 84.62º 0.7% 0.44% -
XYZ 9.39 13.41 3.61 -
YUV 93.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 80 112 34 0.29 0 0.70 0.56 84.62 0.53 0.29
Hex 50 70 22 1D 0 46 38 55 35 1D
Octal 120 160 42 35 0 106 70 125 65 35
Binary 1010000 1110000 100010 11101 0 1000110 111000 1010101 110101 11101

Color Harmonies of #507022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507022

Black with #507022

Text Example


Text Example

White with #507022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507022; }

 p { color: rgb(80,112,34); }

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

background-color css

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

 a { background-color: rgb(80,112,34); }

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

border-color css

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

 span { border-color: rgb(80,112,34); }

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