Html Css Color HEX #414C03 Verdun Green

📋 copy color: '#414C03'

red 65 ◦ green 76 ◦ blue 3

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

Shades of Verdun Green #414C03

Tints of Verdun Green #414C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.78%

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

R = 45.14%
G = 52.78%
B = 2.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#414C03 (or 0x414C03) is known color: Verdun Green. HEX triplet: 41, 4C and 03. RGB value is (65,76,3). Sum of RGB (Red+Green+Blue) = 65+76+3=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #414C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414C03 is #BEB3FC. Grayscale: #404040. Windows color (decimal): -12497917 or 216129. OLE color: 216129.

HSL color Cylindrical-coordinate representation of color #414C03: hue angle of 69.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #414C03 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 76 3 -
CMYK 0.14 0 0.96 0.70
HSL 69.04º 0.92% 0.15% -
HSV(B) 69.04º 0.96% 0.3% -
XYZ 4.78 6.3 1.05 -
YUV 64.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 65 76 3 0.14 0 0.96 0.70 69.04 0.92 0.15
Hex 41 4C 3 E 0 60 46 45 5C F
Octal 101 114 3 16 0 140 106 105 134 17
Binary 1000001 1001100 11 1110 0 1100000 1000110 1000101 1011100 1111

Color Harmonies of #414C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C03

Black with #414C03

Text Example


Text Example

White with #414C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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