Html Css Color HEX #414C0F Verdun Green

📋 copy color: '#414C0F'

red 65 ◦ green 76 ◦ blue 15

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

Shades of Verdun Green #414C0F

Tints of Verdun Green #414C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 41.67%
G = 48.72%
B = 9.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#414C0F (or 0x414C0F) is known color: Verdun Green. HEX triplet: 41, 4C and 0F. RGB value is (65,76,15). Sum of RGB (Red+Green+Blue) = 65+76+15=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #414C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414C0F is #BEB3F0. Grayscale: #414141. Windows color (decimal): -12497905 or 1002561. OLE color: 1002561.

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

Color convert

RGB 65 76 15 -
CMYK 0.14 0 0.80 0.70
HSL 70.82º 0.67% 0.18% -
HSV(B) 70.82º 0.8% 0.3% -
XYZ 4.85 6.33 1.42 -
YUV 65.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 65 76 15 0.14 0 0.80 0.70 70.82 0.67 0.18
Hex 41 4C F E 0 50 46 47 43 12
Octal 101 114 17 16 0 120 106 107 103 22
Binary 1000001 1001100 1111 1110 0 1010000 1000110 1000111 1000011 10010

Color Harmonies of #414C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C0F

Black with #414C0F

Text Example


Text Example

White with #414C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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