Html Css Color HEX #505902 Verdun Green

📋 copy color: '#505902'

red 80 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #505902

Tints of Verdun Green #505902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.05%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 46.78%
G = 52.05%
B = 1.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#505902 (or 0x505902) is known color: Verdun Green. HEX triplet: 50, 59 and 02. RGB value is (80,89,2). Sum of RGB (Red+Green+Blue) = 80+89+2=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #505902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505902 is #AFA6FD. Grayscale: #4C4C4C. Windows color (decimal): -11511550 or 153936. OLE color: 153936.

HSL color Cylindrical-coordinate representation of color #505902: hue angle of 66.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #505902 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 2 -
CMYK 0.10 0 0.98 0.65
HSL 66.21º 0.96% 0.18% -
HSV(B) 66.21º 0.98% 0.35% -
XYZ 6.89 8.85 1.4 -
YUV 76.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 80 89 2 0.10 0 0.98 0.65 66.21 0.96 0.18
Hex 50 59 2 A 0 62 41 42 60 12
Octal 120 131 2 12 0 142 101 102 140 22
Binary 1010000 1011001 10 1010 0 1100010 1000001 1000010 1100000 10010

Color Harmonies of #505902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505902

Black with #505902

Text Example


Text Example

White with #505902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505902; }

 p { color: rgb(80,89,2); }

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

background-color css

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

 a { background-color: rgb(80,89,2); }

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

border-color css

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

 span { border-color: rgb(80,89,2); }

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