Html Css Color HEX #50660F Verdun Green

📋 copy color: '#50660F'

red 80 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #50660F

Tints of Verdun Green #50660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.78%

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 40.61%
G = 51.78%
B = 7.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#50660F (or 0x50660F) is known color: Verdun Green. HEX triplet: 50, 66 and 0F. RGB value is (80,102,15). Sum of RGB (Red+Green+Blue) = 80+102+15=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #50660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50660F is #AF99F0. Grayscale: #555555. Windows color (decimal): -11508209 or 1009232. OLE color: 1009232.

HSL color Cylindrical-coordinate representation of color #50660F: hue angle of 75.17º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50660F is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 15 -
CMYK 0.22 0 0.85 0.6
HSL 75.17º 0.74% 0.23% -
HSV(B) 75.17º 0.85% 0.4% -
XYZ 8.15 11.24 2.19 -
YUV 85.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 80 102 15 0.22 0 0.85 0.6 75.17 0.74 0.23
Hex 50 66 F 16 0 55 3C 4B 4A 17
Octal 120 146 17 26 0 125 74 113 112 27
Binary 1010000 1100110 1111 10110 0 1010101 111100 1001011 1001010 10111

Color Harmonies of #50660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50660F

Black with #50660F

Text Example


Text Example

White with #50660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50660F; }

 p { color: rgb(80,102,15); }

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

background-color css

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

 a { background-color: rgb(80,102,15); }

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

border-color css

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

 span { border-color: rgb(80,102,15); }

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