Html Css Color HEX #506633 Green Leaf

📋 copy color: '#506633'

red 80 ◦ green 102 ◦ blue 51

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

Shades of Green Leaf #506633

Tints of Green Leaf #506633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 34.33%
G = 43.78%
B = 21.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#506633 (or 0x506633) is known color: Green Leaf. HEX triplet: 50, 66 and 33. RGB value is (80,102,51). Sum of RGB (Red+Green+Blue) = 80+102+51=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #506633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506633 is #AF99CC. Grayscale: #595959. Windows color (decimal): -11508173 or 3368528. OLE color: 3368528.

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

Color convert

RGB 80 102 51 -
CMYK 0.22 0 0.5 0.6
HSL 85.88º 0.33% 0.3% -
HSV(B) 85.88º 0.5% 0.4% -
XYZ 8.66 11.45 4.89 -
YUV 89.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 80 102 51 0.22 0 0.5 0.6 85.88 0.33 0.3
Hex 50 66 33 16 0 32 3C 56 21 1E
Octal 120 146 63 26 0 62 74 126 41 36
Binary 1010000 1100110 110011 10110 0 110010 111100 1010110 100001 11110

Color Harmonies of #506633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506633

Black with #506633

Text Example


Text Example

White with #506633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506633; }

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

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

background-color css

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

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

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

border-color css

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

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

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