Html Css Color HEX #505608 Verdun Green

📋 copy color: '#505608'

red 80 ◦ green 86 ◦ blue 8

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

Shades of Verdun Green #505608

Tints of Verdun Green #505608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 45.98%
G = 49.43%
B = 4.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#505608 (or 0x505608) is known color: Verdun Green. HEX triplet: 50, 56 and 08. RGB value is (80,86,8). Sum of RGB (Red+Green+Blue) = 80+86+8=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #505608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505608 is #AFA9F7. Grayscale: #4B4B4B. Windows color (decimal): -11512312 or 546384. OLE color: 546384.

HSL color Cylindrical-coordinate representation of color #505608: hue angle of 64.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #505608 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 8 -
CMYK 0.07 0 0.91 0.66
HSL 64.62º 0.83% 0.18% -
HSV(B) 64.62º 0.91% 0.34% -
XYZ 6.68 8.38 1.49 -
YUV 75.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 80 86 8 0.07 0 0.91 0.66 64.62 0.83 0.18
Hex 50 56 8 7 0 5B 42 41 53 12
Octal 120 126 10 7 0 133 102 101 123 22
Binary 1010000 1010110 1000 111 0 1011011 1000010 1000001 1010011 10010

Color Harmonies of #505608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505608

Black with #505608

Text Example


Text Example

White with #505608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505608; }

 p { color: rgb(80,86,8); }

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

background-color css

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

 a { background-color: rgb(80,86,8); }

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

border-color css

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

 span { border-color: rgb(80,86,8); }

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