Html Css Color HEX #505817 Verdun Green

📋 copy color: '#505817'

red 80 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #505817

Tints of Verdun Green #505817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 41.88%
G = 46.07%
B = 12.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#505817 (or 0x505817) is known color: Verdun Green. HEX triplet: 50, 58 and 17. RGB value is (80,88,23). Sum of RGB (Red+Green+Blue) = 80+88+23=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #505817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505817 is #AFA7E8. Grayscale: #4E4E4E. Windows color (decimal): -11511785 or 1529936. OLE color: 1529936.

HSL color Cylindrical-coordinate representation of color #505817: hue angle of 67.38º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #505817 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 23 -
CMYK 0.09 0 0.74 0.65
HSL 67.38º 0.59% 0.22% -
HSV(B) 67.38º 0.74% 0.35% -
XYZ 6.95 8.75 2.13 -
YUV 78.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 80 88 23 0.09 0 0.74 0.65 67.38 0.59 0.22
Hex 50 58 17 9 0 4A 41 43 3B 16
Octal 120 130 27 11 0 112 101 103 73 26
Binary 1010000 1011000 10111 1001 0 1001010 1000001 1000011 111011 10110

Color Harmonies of #505817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505817

Black with #505817

Text Example


Text Example

White with #505817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505817; }

 p { color: rgb(80,88,23); }

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

background-color css

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

 a { background-color: rgb(80,88,23); }

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

border-color css

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

 span { border-color: rgb(80,88,23); }

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