Html Css Color HEX #506332 Green Leaf

📋 copy color: '#506332'

red 80 ◦ green 99 ◦ blue 50

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

Shades of Green Leaf #506332

Tints of Green Leaf #506332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 34.93%
G = 43.23%
B = 21.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#506332 (or 0x506332) is known color: Green Leaf. HEX triplet: 50, 63 and 32. RGB value is (80,99,50). Sum of RGB (Red+Green+Blue) = 80+99+50=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #506332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506332 is #AF9CCD. Grayscale: #575757. Windows color (decimal): -11508942 or 3302224. OLE color: 3302224.

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

Color convert

RGB 80 99 50 -
CMYK 0.19 0 0.49 0.61
HSL 83.27º 0.33% 0.29% -
HSV(B) 83.27º 0.49% 0.39% -
XYZ 8.35 10.86 4.67 -
YUV 87.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 80 99 50 0.19 0 0.49 0.61 83.27 0.33 0.29
Hex 50 63 32 13 0 31 3D 53 21 1D
Octal 120 143 62 23 0 61 75 123 41 35
Binary 1010000 1100011 110010 10011 0 110001 111101 1010011 100001 11101

Color Harmonies of #506332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506332

Black with #506332

Text Example


Text Example

White with #506332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506332; }

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

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

background-color css

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

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

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

border-color css

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

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

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