Html Css Color HEX #414002 Verdun Green

📋 copy color: '#414002'

red 65 ◦ green 64 ◦ blue 2

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

Shades of Verdun Green #414002

Tints of Verdun Green #414002

RGB

 RED value IS 65 (25.78% from 255) = 49.62%

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 49.62%
G = 48.85%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#414002 (or 0x414002) is known color: Verdun Green. HEX triplet: 41, 40 and 02. RGB value is (65,64,2). Sum of RGB (Red+Green+Blue) = 65+64+2=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #414002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414002 is #BEBFFD. Grayscale: #393939. Windows color (decimal): -12500990 or 147521. OLE color: 147521.

HSL color Cylindrical-coordinate representation of color #414002: hue angle of 59.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414002 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 2 -
CMYK 0 0.02 0.97 0.75
HSL 59.05º 0.94% 0.13% -
HSV(B) 59.05º 0.97% 0.25% -
XYZ 4.02 4.79 0.77 -
YUV 57.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 65 64 2 0 0.02 0.97 0.75 59.05 0.94 0.13
Hex 41 40 2 0 2 61 4B 3B 5E D
Octal 101 100 2 0 2 141 113 73 136 15
Binary 1000001 1000000 10 0 10 1100001 1001011 111011 1011110 1101

Color Harmonies of #414002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414002

Black with #414002

Text Example


Text Example

White with #414002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414002; }

 p { color: rgb(65,64,2); }

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

background-color css

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

 a { background-color: rgb(65,64,2); }

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

border-color css

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

 span { border-color: rgb(65,64,2); }

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