Html Css Color HEX #414502 Verdun Green

📋 copy color: '#414502'

red 65 ◦ green 69 ◦ blue 2

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

Shades of Verdun Green #414502

Tints of Verdun Green #414502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 47.79%
G = 50.74%
B = 1.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#414502 (or 0x414502) is known color: Verdun Green. HEX triplet: 41, 45 and 02. RGB value is (65,69,2). Sum of RGB (Red+Green+Blue) = 65+69+2=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #414502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414502 is #BEBAFD. Grayscale: #3C3C3C. Windows color (decimal): -12499710 or 148801. OLE color: 148801.

HSL color Cylindrical-coordinate representation of color #414502: hue angle of 63.58º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414502 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 2 -
CMYK 0.06 0 0.97 0.73
HSL 63.58º 0.94% 0.14% -
HSV(B) 63.58º 0.97% 0.27% -
XYZ 4.32 5.38 0.87 -
YUV 60.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 65 69 2 0.06 0 0.97 0.73 63.58 0.94 0.14
Hex 41 45 2 6 0 61 49 40 5E E
Octal 101 105 2 6 0 141 111 100 136 16
Binary 1000001 1000101 10 110 0 1100001 1001001 1000000 1011110 1110

Color Harmonies of #414502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414502

Black with #414502

Text Example


Text Example

White with #414502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414502; }

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

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

background-color css

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

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

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

border-color css

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

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

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