Html Css Color HEX #505D0C Verdun Green

📋 copy color: '#505D0C'

red 80 ◦ green 93 ◦ blue 12

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

Shades of Verdun Green #505D0C

Tints of Verdun Green #505D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.27%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 43.24%
G = 50.27%
B = 6.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#505D0C (or 0x505D0C) is known color: Verdun Green. HEX triplet: 50, 5D and 0C. RGB value is (80,93,12). Sum of RGB (Red+Green+Blue) = 80+93+12=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #505D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505D0C is #AFA2F3. Grayscale: #505050. Windows color (decimal): -11510516 or 810320. OLE color: 810320.

HSL color Cylindrical-coordinate representation of color #505D0C: hue angle of 69.63º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #505D0C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 12 -
CMYK 0.14 0 0.87 0.64
HSL 69.63º 0.77% 0.21% -
HSV(B) 69.63º 0.87% 0.36% -
XYZ 7.29 9.56 1.81 -
YUV 79.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 80 93 12 0.14 0 0.87 0.64 69.63 0.77 0.21
Hex 50 5D C E 0 57 40 46 4D 15
Octal 120 135 14 16 0 127 100 106 115 25
Binary 1010000 1011101 1100 1110 0 1010111 1000000 1000110 1001101 10101

Color Harmonies of #505D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D0C

Black with #505D0C

Text Example


Text Example

White with #505D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D0C; }

 p { color: rgb(80,93,12); }

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

background-color css

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

 a { background-color: rgb(80,93,12); }

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

border-color css

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

 span { border-color: rgb(80,93,12); }

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