Html Css Color HEX #414702 Verdun Green

📋 copy color: '#414702'

red 65 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #414702

Tints of Verdun Green #414702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

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

R = 47.1%
G = 51.45%
B = 1.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#414702 (or 0x414702) is known color: Verdun Green. HEX triplet: 41, 47 and 02. RGB value is (65,71,2). Sum of RGB (Red+Green+Blue) = 65+71+2=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #414702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414702 is #BEB8FD. Grayscale: #3D3D3D. Windows color (decimal): -12499198 or 149313. OLE color: 149313.

HSL color Cylindrical-coordinate representation of color #414702: hue angle of 65.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414702 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 2 -
CMYK 0.08 0 0.97 0.72
HSL 65.22º 0.95% 0.14% -
HSV(B) 65.22º 0.97% 0.28% -
XYZ 4.44 5.63 0.91 -
YUV 61.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 65 71 2 0.08 0 0.97 0.72 65.22 0.95 0.14
Hex 41 47 2 8 0 61 48 41 5F E
Octal 101 107 2 10 0 141 110 101 137 16
Binary 1000001 1000111 10 1000 0 1100001 1001000 1000001 1011111 1110

Color Harmonies of #414702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414702

Black with #414702

Text Example


Text Example

White with #414702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414702; }

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

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

background-color css

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

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

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

border-color css

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

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

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