Html Css Color HEX #506F1E Green Leaf

📋 copy color: '#506F1E'

red 80 ◦ green 111 ◦ blue 30

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

Shades of Green Leaf #506F1E

Tints of Green Leaf #506F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 36.2%
G = 50.23%
B = 13.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#506F1E (or 0x506F1E) is known color: Green Leaf. HEX triplet: 50, 6F and 1E. RGB value is (80,111,30). Sum of RGB (Red+Green+Blue) = 80+111+30=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #506F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F1E is #AF90E1. Grayscale: #5C5C5C. Windows color (decimal): -11505890 or 1994576. OLE color: 1994576.

HSL color Cylindrical-coordinate representation of color #506F1E: hue angle of 82.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #506F1E is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 30 -
CMYK 0.28 0 0.73 0.56
HSL 82.96º 0.57% 0.28% -
HSV(B) 82.96º 0.73% 0.44% -
XYZ 9.23 13.17 3.28 -
YUV 92.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 80 111 30 0.28 0 0.73 0.56 82.96 0.57 0.28
Hex 50 6F 1E 1C 0 49 38 53 39 1C
Octal 120 157 36 34 0 111 70 123 71 34
Binary 1010000 1101111 11110 11100 0 1001001 111000 1010011 111001 11100

Color Harmonies of #506F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F1E

Black with #506F1E

Text Example


Text Example

White with #506F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,30); }

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

background-color css

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

 a { background-color: rgb(80,111,30); }

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

border-color css

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

 span { border-color: rgb(80,111,30); }

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