Html Css Color HEX #506724 Green Leaf

📋 copy color: '#506724'

red 80 ◦ green 103 ◦ blue 36

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

Shades of Green Leaf #506724

Tints of Green Leaf #506724

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

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

R = 36.53%
G = 47.03%
B = 16.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#506724 (or 0x506724) is known color: Green Leaf. HEX triplet: 50, 67 and 24. RGB value is (80,103,36). Sum of RGB (Red+Green+Blue) = 80+103+36=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #506724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506724 is #AF98DB. Grayscale: #585858. Windows color (decimal): -11507932 or 2385744. OLE color: 2385744.

HSL color Cylindrical-coordinate representation of color #506724: hue angle of 80.6º 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 #506724 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 36 -
CMYK 0.22 0 0.65 0.60
HSL 80.6º 0.48% 0.27% -
HSV(B) 80.6º 0.65% 0.4% -
XYZ 8.48 11.53 3.45 -
YUV 88.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 80 103 36 0.22 0 0.65 0.60 80.6 0.48 0.27
Hex 50 67 24 16 0 41 3C 51 30 1B
Octal 120 147 44 26 0 101 74 121 60 33
Binary 1010000 1100111 100100 10110 0 1000001 111100 1010001 110000 11011

Color Harmonies of #506724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506724

Black with #506724

Text Example


Text Example

White with #506724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506724; }

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

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

background-color css

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

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

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

border-color css

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

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

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