Html Css Color HEX #506308 Verdun Green

📋 copy color: '#506308'

red 80 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #506308

Tints of Verdun Green #506308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 42.78%
G = 52.94%
B = 4.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#506308 (or 0x506308) is known color: Verdun Green. HEX triplet: 50, 63 and 08. RGB value is (80,99,8). Sum of RGB (Red+Green+Blue) = 80+99+8=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #506308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506308 is #AF9CF7. Grayscale: #535353. Windows color (decimal): -11508984 or 549712. OLE color: 549712.

HSL color Cylindrical-coordinate representation of color #506308: hue angle of 72.53º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #506308 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 8 -
CMYK 0.19 0 0.92 0.61
HSL 72.53º 0.85% 0.21% -
HSV(B) 72.53º 0.92% 0.39% -
XYZ 7.81 10.65 1.87 -
YUV 82.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 80 99 8 0.19 0 0.92 0.61 72.53 0.85 0.21
Hex 50 63 8 13 0 5C 3D 49 55 15
Octal 120 143 10 23 0 134 75 111 125 25
Binary 1010000 1100011 1000 10011 0 1011100 111101 1001001 1010101 10101

Color Harmonies of #506308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506308

Black with #506308

Text Example


Text Example

White with #506308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506308; }

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

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

background-color css

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

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

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

border-color css

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

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

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