Html Css Color HEX #414402 Verdun Green

📋 copy color: '#414402'

red 65 ◦ green 68 ◦ blue 2

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

Shades of Verdun Green #414402

Tints of Verdun Green #414402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 48.15%
G = 50.37%
B = 1.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#414402 (or 0x414402) is known color: Verdun Green. HEX triplet: 41, 44 and 02. RGB value is (65,68,2). Sum of RGB (Red+Green+Blue) = 65+68+2=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #414402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414402 is #BEBBFD. Grayscale: #3B3B3B. Windows color (decimal): -12499966 or 148545. OLE color: 148545.

HSL color Cylindrical-coordinate representation of color #414402: hue angle of 62.73º 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 #414402 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 2 -
CMYK 0.04 0 0.97 0.73
HSL 62.73º 0.94% 0.14% -
HSV(B) 62.73º 0.97% 0.27% -
XYZ 4.26 5.26 0.85 -
YUV 59.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 65 68 2 0.04 0 0.97 0.73 62.73 0.94 0.14
Hex 41 44 2 4 0 61 49 3F 5E E
Octal 101 104 2 4 0 141 111 77 136 16
Binary 1000001 1000100 10 100 0 1100001 1001001 111111 1011110 1110

Color Harmonies of #414402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414402

Black with #414402

Text Example


Text Example

White with #414402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414402; }

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

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

background-color css

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

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

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

border-color css

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

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

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