Html Css Color HEX #504E02 Verdun Green

📋 copy color: '#504E02'

red 80 ◦ green 78 ◦ blue 2

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

Shades of Verdun Green #504E02

Tints of Verdun Green #504E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.75%

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

R = 50%
G = 48.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504E02 (or 0x504E02) is known color: Verdun Green. HEX triplet: 50, 4E and 02. RGB value is (80,78,2). Sum of RGB (Red+Green+Blue) = 80+78+2=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #504E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E02 is #AFB1FD. Grayscale: #464646. Windows color (decimal): -11514366 or 151120. OLE color: 151120.

HSL color Cylindrical-coordinate representation of color #504E02: hue angle of 58.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #504E02 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 78 2 -
CMYK 0 0.02 0.98 0.69
HSL 58.46º 0.95% 0.16% -
HSV(B) 58.46º 0.98% 0.31% -
XYZ 6.04 7.16 1.12 -
YUV 69.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 80 78 2 0 0.02 0.98 0.69 58.46 0.95 0.16
Hex 50 4E 2 0 2 62 45 3A 5F 10
Octal 120 116 2 0 2 142 105 72 137 20
Binary 1010000 1001110 10 0 10 1100010 1000101 111010 1011111 10000

Color Harmonies of #504E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E02

Black with #504E02

Text Example


Text Example

White with #504E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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