Html Css Color HEX #506624 Green Leaf

📋 copy color: '#506624'

red 80 ◦ green 102 ◦ blue 36

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

Shades of Green Leaf #506624

Tints of Green Leaf #506624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 36.7%
G = 46.79%
B = 16.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#506624 (or 0x506624) is known color: Green Leaf. HEX triplet: 50, 66 and 24. RGB value is (80,102,36). Sum of RGB (Red+Green+Blue) = 80+102+36=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #506624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506624 is #AF99DB. Grayscale: #585858. Windows color (decimal): -11508188 or 2385488. OLE color: 2385488.

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

Color convert

RGB 80 102 36 -
CMYK 0.22 0 0.65 0.6
HSL 80º 0.48% 0.27% -
HSV(B) 80º 0.65% 0.4% -
XYZ 8.38 11.34 3.42 -
YUV 87.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 80 102 36 0.22 0 0.65 0.6 80 0.48 0.27
Hex 50 66 24 16 0 41 3C 50 30 1B
Octal 120 146 44 26 0 101 74 120 60 33
Binary 1010000 1100110 100100 10110 0 1000001 111100 1010000 110000 11011

Color Harmonies of #506624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506624

Black with #506624

Text Example


Text Example

White with #506624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506624; }

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

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

background-color css

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

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

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

border-color css

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

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

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