Html Css Color HEX #414703 Verdun Green

📋 copy color: '#414703'

red 65 ◦ green 71 ◦ blue 3

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

Shades of Verdun Green #414703

Tints of Verdun Green #414703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 46.76%
G = 51.08%
B = 2.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#414703 (or 0x414703) is known color: Verdun Green. HEX triplet: 41, 47 and 03. RGB value is (65,71,3). Sum of RGB (Red+Green+Blue) = 65+71+3=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #414703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414703 is #BEB8FC. Grayscale: #3D3D3D. Windows color (decimal): -12499197 or 214849. OLE color: 214849.

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

Color convert

RGB 65 71 3 -
CMYK 0.08 0 0.96 0.72
HSL 65.29º 0.92% 0.15% -
HSV(B) 65.29º 0.96% 0.28% -
XYZ 4.45 5.64 0.94 -
YUV 61.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 65 71 3 0.08 0 0.96 0.72 65.29 0.92 0.15
Hex 41 47 3 8 0 60 48 41 5C F
Octal 101 107 3 10 0 140 110 101 134 17
Binary 1000001 1000111 11 1000 0 1100000 1001000 1000001 1011100 1111

Color Harmonies of #414703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414703

Black with #414703

Text Example


Text Example

White with #414703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414703; }

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

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

background-color css

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

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

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

border-color css

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

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

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