Html Css Color HEX #506125 Green Leaf

📋 copy color: '#506125'

red 80 ◦ green 97 ◦ blue 37

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

Shades of Green Leaf #506125

Tints of Green Leaf #506125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

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

R = 37.38%
G = 45.33%
B = 17.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#506125 (or 0x506125) is known color: Green Leaf. HEX triplet: 50, 61 and 25. RGB value is (80,97,37). Sum of RGB (Red+Green+Blue) = 80+97+37=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #506125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506125 is #AF9EDA. Grayscale: #555555. Windows color (decimal): -11509467 or 2449744. OLE color: 2449744.

HSL color Cylindrical-coordinate representation of color #506125: hue angle of 77º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506125 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 37 -
CMYK 0.18 0 0.62 0.62
HSL 77º 0.45% 0.26% -
HSV(B) 77º 0.62% 0.38% -
XYZ 7.92 10.39 3.34 -
YUV 85.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 80 97 37 0.18 0 0.62 0.62 77 0.45 0.26
Hex 50 61 25 12 0 3E 3E 4D 2D 1A
Octal 120 141 45 22 0 76 76 115 55 32
Binary 1010000 1100001 100101 10010 0 111110 111110 1001101 101101 11010

Color Harmonies of #506125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506125

Black with #506125

Text Example


Text Example

White with #506125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506125; }

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

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

background-color css

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

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

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

border-color css

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

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

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