Html Css Color HEX #506922 Green Leaf

📋 copy color: '#506922'

red 80 ◦ green 105 ◦ blue 34

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

Shades of Green Leaf #506922

Tints of Green Leaf #506922

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

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

R = 36.53%
G = 47.95%
B = 15.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#506922 (or 0x506922) is known color: Green Leaf. HEX triplet: 50, 69 and 22. RGB value is (80,105,34). Sum of RGB (Red+Green+Blue) = 80+105+34=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #506922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506922 is #AF96DD. Grayscale: #595959. Windows color (decimal): -11507422 or 2255184. OLE color: 2255184.

HSL color Cylindrical-coordinate representation of color #506922: hue angle of 81.13º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506922 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 34 -
CMYK 0.24 0 0.68 0.59
HSL 81.13º 0.51% 0.27% -
HSV(B) 81.13º 0.68% 0.41% -
XYZ 8.65 11.92 3.36 -
YUV 89.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 80 105 34 0.24 0 0.68 0.59 81.13 0.51 0.27
Hex 50 69 22 18 0 44 3B 51 33 1B
Octal 120 151 42 30 0 104 73 121 63 33
Binary 1010000 1101001 100010 11000 0 1000100 111011 1010001 110011 11011

Color Harmonies of #506922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506922

Black with #506922

Text Example


Text Example

White with #506922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506922; }

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

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

background-color css

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

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

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

border-color css

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

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

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