Html Css Color HEX #506C14 Green Leaf

📋 copy color: '#506C14'

red 80 ◦ green 108 ◦ blue 20

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

Shades of Green Leaf #506C14

Tints of Green Leaf #506C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.92%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 38.46%
G = 51.92%
B = 9.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#506C14 (or 0x506C14) is known color: Green Leaf. HEX triplet: 50, 6C and 14. RGB value is (80,108,20). Sum of RGB (Red+Green+Blue) = 80+108+20=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #506C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C14 is #AF93EB. Grayscale: #595959. Windows color (decimal): -11506668 or 1338448. OLE color: 1338448.

HSL color Cylindrical-coordinate representation of color #506C14: hue angle of 79.09º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506C14 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 108 20 -
CMYK 0.26 0 0.81 0.58
HSL 79.09º 0.69% 0.25% -
HSV(B) 79.09º 0.81% 0.42% -
XYZ 8.8 12.48 2.61 -
YUV 89.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 80 108 20 0.26 0 0.81 0.58 79.09 0.69 0.25
Hex 50 6C 14 1A 0 51 3A 4F 45 19
Octal 120 154 24 32 0 121 72 117 105 31
Binary 1010000 1101100 10100 11010 0 1010001 111010 1001111 1000101 11001

Color Harmonies of #506C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C14

Black with #506C14

Text Example


Text Example

White with #506C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506C14; }

 p { color: rgb(80,108,20); }

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

background-color css

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

 a { background-color: rgb(80,108,20); }

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

border-color css

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

 span { border-color: rgb(80,108,20); }

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