Html Css Color HEX #414F13 Verdun Green

📋 copy color: '#414F13'

red 65 ◦ green 79 ◦ blue 19

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

Shades of Verdun Green #414F13

Tints of Verdun Green #414F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.47%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 39.88%
G = 48.47%
B = 11.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#414F13 (or 0x414F13) is known color: Verdun Green. HEX triplet: 41, 4F and 13. RGB value is (65,79,19). Sum of RGB (Red+Green+Blue) = 65+79+19=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #414F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414F13 is #BEB0EC. Grayscale: #444444. Windows color (decimal): -12497133 or 1265473. OLE color: 1265473.

HSL color Cylindrical-coordinate representation of color #414F13: hue angle of 74º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #414F13 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 19 -
CMYK 0.18 0 0.76 0.69
HSL 74º 0.61% 0.19% -
HSV(B) 74º 0.76% 0.31% -
XYZ 5.09 6.76 1.65 -
YUV 67.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 65 79 19 0.18 0 0.76 0.69 74 0.61 0.19
Hex 41 4F 13 12 0 4C 45 4A 3D 13
Octal 101 117 23 22 0 114 105 112 75 23
Binary 1000001 1001111 10011 10010 0 1001100 1000101 1001010 111101 10011

Color Harmonies of #414F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F13

Black with #414F13

Text Example


Text Example

White with #414F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,19); }

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

background-color css

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

 a { background-color: rgb(65,79,19); }

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

border-color css

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

 span { border-color: rgb(65,79,19); }

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