Html Css Color HEX #506825 Green Leaf

📋 copy color: '#506825'

red 80 ◦ green 104 ◦ blue 37

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

Shades of Green Leaf #506825

Tints of Green Leaf #506825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 36.2%
G = 47.06%
B = 16.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#506825 (or 0x506825) is known color: Green Leaf. HEX triplet: 50, 68 and 25. RGB value is (80,104,37). Sum of RGB (Red+Green+Blue) = 80+104+37=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #506825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506825 is #AF97DA. Grayscale: #595959. Windows color (decimal): -11507675 or 2451536. OLE color: 2451536.

HSL color Cylindrical-coordinate representation of color #506825: hue angle of 81.49º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506825 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 37 -
CMYK 0.23 0 0.64 0.59
HSL 81.49º 0.48% 0.28% -
HSV(B) 81.49º 0.64% 0.41% -
XYZ 8.59 11.74 3.56 -
YUV 89.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 80 104 37 0.23 0 0.64 0.59 81.49 0.48 0.28
Hex 50 68 25 17 0 40 3B 51 30 1C
Octal 120 150 45 27 0 100 73 121 60 34
Binary 1010000 1101000 100101 10111 0 1000000 111011 1010001 110000 11100

Color Harmonies of #506825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506825

Black with #506825

Text Example


Text Example

White with #506825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506825; }

 p { color: rgb(80,104,37); }

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

background-color css

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

 a { background-color: rgb(80,104,37); }

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

border-color css

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

 span { border-color: rgb(80,104,37); }

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