Html Css Color HEX #506322 Green Leaf

📋 copy color: '#506322'

red 80 ◦ green 99 ◦ blue 34

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

Shades of Green Leaf #506322

Tints of Green Leaf #506322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

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

R = 37.56%
G = 46.48%
B = 15.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#506322 (or 0x506322) is known color: Green Leaf. HEX triplet: 50, 63 and 22. RGB value is (80,99,34). Sum of RGB (Red+Green+Blue) = 80+99+34=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #506322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506322 is #AF9CDD. Grayscale: #565656. Windows color (decimal): -11508958 or 2253648. OLE color: 2253648.

HSL color Cylindrical-coordinate representation of color #506322: hue angle of 77.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506322 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 34 -
CMYK 0.19 0 0.66 0.61
HSL 77.54º 0.49% 0.26% -
HSV(B) 77.54º 0.66% 0.39% -
XYZ 8.06 10.74 3.16 -
YUV 85.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 80 99 34 0.19 0 0.66 0.61 77.54 0.49 0.26
Hex 50 63 22 13 0 42 3D 4E 31 1A
Octal 120 143 42 23 0 102 75 116 61 32
Binary 1010000 1100011 100010 10011 0 1000010 111101 1001110 110001 11010

Color Harmonies of #506322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506322

Black with #506322

Text Example


Text Example

White with #506322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506322; }

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

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

background-color css

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

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

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

border-color css

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

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

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