Html Css Color HEX #506631 Green Leaf

📋 copy color: '#506631'

red 80 ◦ green 102 ◦ blue 49

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

Shades of Green Leaf #506631

Tints of Green Leaf #506631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

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

R = 34.63%
G = 44.16%
B = 21.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#506631 (or 0x506631) is known color: Green Leaf. HEX triplet: 50, 66 and 31. RGB value is (80,102,49). Sum of RGB (Red+Green+Blue) = 80+102+49=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #506631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506631 is #AF99CE. Grayscale: #595959. Windows color (decimal): -11508175 or 3237456. OLE color: 3237456.

HSL color Cylindrical-coordinate representation of color #506631: hue angle of 84.91º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506631 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 49 -
CMYK 0.22 0 0.52 0.6
HSL 84.91º 0.35% 0.3% -
HSV(B) 84.91º 0.52% 0.4% -
XYZ 8.61 11.43 4.66 -
YUV 89.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 80 102 49 0.22 0 0.52 0.6 84.91 0.35 0.3
Hex 50 66 31 16 0 34 3C 55 23 1E
Octal 120 146 61 26 0 64 74 125 43 36
Binary 1010000 1100110 110001 10110 0 110100 111100 1010101 100011 11110

Color Harmonies of #506631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506631

Black with #506631

Text Example


Text Example

White with #506631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506631; }

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

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

background-color css

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

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

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

border-color css

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

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

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