Html Css Color HEX #505B05 Verdun Green

📋 copy color: '#505B05'

red 80 ◦ green 91 ◦ blue 5

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

Shades of Verdun Green #505B05

Tints of Verdun Green #505B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.7%

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 45.45%
G = 51.7%
B = 2.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#505B05 (or 0x505B05) is known color: Verdun Green. HEX triplet: 50, 5B and 05. RGB value is (80,91,5). Sum of RGB (Red+Green+Blue) = 80+91+5=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #505B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B05 is #AFA4FA. Grayscale: #4E4E4E. Windows color (decimal): -11511035 or 351056. OLE color: 351056.

HSL color Cylindrical-coordinate representation of color #505B05: hue angle of 67.67º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #505B05 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 5 -
CMYK 0.12 0 0.95 0.64
HSL 67.67º 0.9% 0.19% -
HSV(B) 67.67º 0.95% 0.36% -
XYZ 7.08 9.2 1.55 -
YUV 77.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 80 91 5 0.12 0 0.95 0.64 67.67 0.9 0.19
Hex 50 5B 5 C 0 5F 40 44 5A 13
Octal 120 133 5 14 0 137 100 104 132 23
Binary 1010000 1011011 101 1100 0 1011111 1000000 1000100 1011010 10011

Color Harmonies of #505B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B05

Black with #505B05

Text Example


Text Example

White with #505B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,5); }

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

background-color css

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

 a { background-color: rgb(80,91,5); }

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

border-color css

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

 span { border-color: rgb(80,91,5); }

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