Html Css Color HEX #505C00 Verdun Green

📋 copy color: '#505C00'

red 80 ◦ green 92 ◦ blue 0

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

Shades of Verdun Green #505C00

Tints of Verdun Green #505C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.51%
G = 53.49%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#505C00 (or 0x505C00) is known color: Verdun Green. HEX triplet: 50, 5C and 00. RGB value is (80,92,0). Sum of RGB (Red+Green+Blue) = 80+92+0=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #505C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C00 is #AFA3FF. Grayscale: #4E4E4E. Windows color (decimal): -11510784 or 23632. OLE color: 23632.

HSL color Cylindrical-coordinate representation of color #505C00: hue angle of 67.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505C00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 0 -
CMYK 0.13 0 1 0.64
HSL 67.83º 1% 0.18% -
HSV(B) 67.83º 1% 0.36% -
XYZ 7.14 9.36 1.43 -
YUV 77.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 80 92 0 0.13 0 1 0.64 67.83 1 0.18
Hex 50 5C 0 D 0 64 40 44 64 12
Octal 120 134 0 15 0 144 100 104 144 22
Binary 1010000 1011100 0 1101 0 1100100 1000000 1000100 1100100 10010

Color Harmonies of #505C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C00

Black with #505C00

Text Example


Text Example

White with #505C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,92,0); }

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

background-color css

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

 a { background-color: rgb(80,92,0); }

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

border-color css

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

 span { border-color: rgb(80,92,0); }

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