Html Css Color HEX #506331 Green Leaf

📋 copy color: '#506331'

red 80 ◦ green 99 ◦ blue 49

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

Shades of Green Leaf #506331

Tints of Green Leaf #506331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 35.09%
G = 43.42%
B = 21.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#506331 (or 0x506331) is known color: Green Leaf. HEX triplet: 50, 63 and 31. RGB value is (80,99,49). Sum of RGB (Red+Green+Blue) = 80+99+49=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #506331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506331 is #AF9CCE. Grayscale: #575757. Windows color (decimal): -11508943 or 3236688. OLE color: 3236688.

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

Color convert

RGB 80 99 49 -
CMYK 0.19 0 0.51 0.61
HSL 82.8º 0.34% 0.29% -
HSV(B) 82.8º 0.51% 0.39% -
XYZ 8.32 10.85 4.56 -
YUV 87.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 80 99 49 0.19 0 0.51 0.61 82.8 0.34 0.29
Hex 50 63 31 13 0 33 3D 53 22 1D
Octal 120 143 61 23 0 63 75 123 42 35
Binary 1010000 1100011 110001 10011 0 110011 111101 1010011 100010 11101

Color Harmonies of #506331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506331

Black with #506331

Text Example


Text Example

White with #506331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506331; }

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

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

background-color css

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

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

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

border-color css

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

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

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