Html Css Color HEX #506302 Verdun Green

📋 copy color: '#506302'

red 80 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #506302

Tints of Verdun Green #506302

RGB

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

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

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

R = 44.2%
G = 54.7%
B = 1.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#506302 (or 0x506302) is known color: Verdun Green. HEX triplet: 50, 63 and 02. RGB value is (80,99,2). Sum of RGB (Red+Green+Blue) = 80+99+2=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #506302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506302 is #AF9CFD. Grayscale: #525252. Windows color (decimal): -11508990 or 156496. OLE color: 156496.

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

Color convert

RGB 80 99 2 -
CMYK 0.19 0 0.98 0.61
HSL 71.75º 0.96% 0.2% -
HSV(B) 71.75º 0.98% 0.39% -
XYZ 7.78 10.63 1.7 -
YUV 82.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 80 99 2 0.19 0 0.98 0.61 71.75 0.96 0.2
Hex 50 63 2 13 0 62 3D 48 60 14
Octal 120 143 2 23 0 142 75 110 140 24
Binary 1010000 1100011 10 10011 0 1100010 111101 1001000 1100000 10100

Color Harmonies of #506302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506302

Black with #506302

Text Example


Text Example

White with #506302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506302; }

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

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

background-color css

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

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

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

border-color css

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

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

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