Html Css Color HEX #414C00 Verdun Green

📋 copy color: '#414C00'

red 65 ◦ green 76 ◦ blue 0

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

Shades of Verdun Green #414C00

Tints of Verdun Green #414C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.1%
G = 53.9%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#414C00 (or 0x414C00) is known color: Verdun Green. HEX triplet: 41, 4C and 00. RGB value is (65,76,0). Sum of RGB (Red+Green+Blue) = 65+76+0=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #414C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414C00 is #BEB3FF. Grayscale: #404040. Windows color (decimal): -12497920 or 19521. OLE color: 19521.

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

Color convert

RGB 65 76 0 -
CMYK 0.14 0 1 0.70
HSL 68.68º 1% 0.15% -
HSV(B) 68.68º 1% 0.3% -
XYZ 4.76 6.29 0.96 -
YUV 64.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 65 76 0 0.14 0 1 0.70 68.68 1 0.15
Hex 41 4C 0 E 0 64 46 45 64 F
Octal 101 114 0 16 0 144 106 105 144 17
Binary 1000001 1001100 0 1110 0 1100100 1000110 1000101 1100100 1111

Color Harmonies of #414C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C00

Black with #414C00

Text Example


Text Example

White with #414C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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