Html Css Color HEX #507612 Green Leaf

📋 copy color: '#507612'

red 80 ◦ green 118 ◦ blue 18

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

Shades of Green Leaf #507612

Tints of Green Leaf #507612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.63%

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

R = 37.04%
G = 54.63%
B = 8.33%

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

#507612 (or 0x507612) is known color: Green Leaf. HEX triplet: 50, 76 and 12. RGB value is (80,118,18). Sum of RGB (Red+Green+Blue) = 80+118+18=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #507612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507612 is #AF89ED. Grayscale: #5F5F5F. Windows color (decimal): -11504110 or 1209936. OLE color: 1209936.

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

Color convert

RGB 80 118 18 -
CMYK 0.32 0 0.85 0.54
HSL 82.8º 0.74% 0.27% -
HSV(B) 82.8º 0.85% 0.46% -
XYZ 9.9 14.71 2.89 -
YUV 95.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 80 118 18 0.32 0 0.85 0.54 82.8 0.74 0.27
Hex 50 76 12 20 0 55 36 53 4A 1B
Octal 120 166 22 40 0 125 66 123 112 33
Binary 1010000 1110110 10010 100000 0 1010101 110110 1010011 1001010 11011

Color Harmonies of #507612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507612

Black with #507612

Text Example


Text Example

White with #507612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507612; }

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

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

background-color css

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

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

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

border-color css

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

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

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