Html Css Color HEX #414E02 Verdun Green

📋 copy color: '#414E02'

red 65 ◦ green 78 ◦ blue 2

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

Shades of Verdun Green #414E02

Tints of Verdun Green #414E02

RGB

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

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

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

R = 44.83%
G = 53.79%
B = 1.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#414E02 (or 0x414E02) is known color: Verdun Green. HEX triplet: 41, 4E and 02. RGB value is (65,78,2). Sum of RGB (Red+Green+Blue) = 65+78+2=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #414E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414E02 is #BEB1FD. Grayscale: #414141. Windows color (decimal): -12497406 or 151105. OLE color: 151105.

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

Color convert

RGB 65 78 2 -
CMYK 0.17 0 0.97 0.69
HSL 70.26º 0.95% 0.16% -
HSV(B) 70.26º 0.97% 0.31% -
XYZ 4.92 6.58 1.07 -
YUV 65.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 65 78 2 0.17 0 0.97 0.69 70.26 0.95 0.16
Hex 41 4E 2 11 0 61 45 46 5F 10
Octal 101 116 2 21 0 141 105 106 137 20
Binary 1000001 1001110 10 10001 0 1100001 1000101 1000110 1011111 10000

Color Harmonies of #414E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E02

Black with #414E02

Text Example


Text Example

White with #414E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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