Html Css Color HEX #507512 Green Leaf

📋 copy color: '#507512'

red 80 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #507512

Tints of Green Leaf #507512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 37.21%
G = 54.42%
B = 8.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#507512 (or 0x507512) is known color: Green Leaf. HEX triplet: 50, 75 and 12. RGB value is (80,117,18). Sum of RGB (Red+Green+Blue) = 80+117+18=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #507512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507512 is #AF8AED. Grayscale: #5F5F5F. Windows color (decimal): -11504366 or 1209680. OLE color: 1209680.

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

Color convert

RGB 80 117 18 -
CMYK 0.32 0 0.85 0.54
HSL 82.42º 0.73% 0.26% -
HSV(B) 82.42º 0.85% 0.46% -
XYZ 9.78 14.47 2.85 -
YUV 94.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 80 117 18 0.32 0 0.85 0.54 82.42 0.73 0.26
Hex 50 75 12 20 0 55 36 52 49 1A
Octal 120 165 22 40 0 125 66 122 111 32
Binary 1010000 1110101 10010 100000 0 1010101 110110 1010010 1001001 11010

Color Harmonies of #507512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507512

Black with #507512

Text Example


Text Example

White with #507512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507512; }

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

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

background-color css

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

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

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

border-color css

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

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

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