Html Css Color HEX #507510 Green Leaf

📋 copy color: '#507510'

red 80 ◦ green 117 ◦ blue 16

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

Shades of Green Leaf #507510

Tints of Green Leaf #507510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 37.56%
G = 54.93%
B = 7.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#507510 (or 0x507510) is known color: Green Leaf. HEX triplet: 50, 75 and 10. RGB value is (80,117,16). Sum of RGB (Red+Green+Blue) = 80+117+16=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #507510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507510 is #AF8AEF. Grayscale: #5E5E5E. Windows color (decimal): -11504368 or 1078608. OLE color: 1078608.

HSL color Cylindrical-coordinate representation of color #507510: hue angle of 81.98º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507510 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 16 -
CMYK 0.32 0 0.86 0.54
HSL 81.98º 0.76% 0.26% -
HSV(B) 81.98º 0.86% 0.46% -
XYZ 9.76 14.47 2.77 -
YUV 94.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 80 117 16 0.32 0 0.86 0.54 81.98 0.76 0.26
Hex 50 75 10 20 0 56 36 52 4C 1A
Octal 120 165 20 40 0 126 66 122 114 32
Binary 1010000 1110101 10000 100000 0 1010110 110110 1010010 1001100 11010

Color Harmonies of #507510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507510

Black with #507510

Text Example


Text Example

White with #507510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507510; }

 p { color: rgb(80,117,16); }

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

background-color css

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

 a { background-color: rgb(80,117,16); }

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

border-color css

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

 span { border-color: rgb(80,117,16); }

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