Html Css Color HEX #414602 Verdun Green

📋 copy color: '#414602'

red 65 ◦ green 70 ◦ blue 2

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

Shades of Verdun Green #414602

Tints of Verdun Green #414602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.09%

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

R = 47.45%
G = 51.09%
B = 1.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#414602 (or 0x414602) is known color: Verdun Green. HEX triplet: 41, 46 and 02. RGB value is (65,70,2). Sum of RGB (Red+Green+Blue) = 65+70+2=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #414602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414602 is #BEB9FD. Grayscale: #3D3D3D. Windows color (decimal): -12499454 or 149057. OLE color: 149057.

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

Color convert

RGB 65 70 2 -
CMYK 0.07 0 0.97 0.73
HSL 64.41º 0.94% 0.14% -
HSV(B) 64.41º 0.97% 0.27% -
XYZ 4.38 5.51 0.89 -
YUV 60.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 65 70 2 0.07 0 0.97 0.73 64.41 0.94 0.14
Hex 41 46 2 7 0 61 49 40 5E E
Octal 101 106 2 7 0 141 111 100 136 16
Binary 1000001 1000110 10 111 0 1100001 1001001 1000000 1011110 1110

Color Harmonies of #414602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414602

Black with #414602

Text Example


Text Example

White with #414602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414602; }

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

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

background-color css

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

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

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

border-color css

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

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

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