Html Css Color HEX #414E07 Verdun Green

📋 copy color: '#414E07'

red 65 ◦ green 78 ◦ blue 7

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

Shades of Verdun Green #414E07

Tints of Verdun Green #414E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 52%

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 43.33%
G = 52%
B = 4.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#414E07 (or 0x414E07) is known color: Verdun Green. HEX triplet: 41, 4E and 07. RGB value is (65,78,7). Sum of RGB (Red+Green+Blue) = 65+78+7=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #414E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414E07 is #BEB1F8. Grayscale: #424242. Windows color (decimal): -12497401 or 478785. OLE color: 478785.

HSL color Cylindrical-coordinate representation of color #414E07: hue angle of 70.99º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #414E07 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 7 -
CMYK 0.17 0 0.91 0.69
HSL 70.99º 0.84% 0.17% -
HSV(B) 70.99º 0.91% 0.31% -
XYZ 4.94 6.59 1.21 -
YUV 66.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 65 78 7 0.17 0 0.91 0.69 70.99 0.84 0.17
Hex 41 4E 7 11 0 5B 45 47 54 11
Octal 101 116 7 21 0 133 105 107 124 21
Binary 1000001 1001110 111 10001 0 1011011 1000101 1000111 1010100 10001

Color Harmonies of #414E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E07

Black with #414E07

Text Example


Text Example

White with #414E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,7); }

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

background-color css

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

 a { background-color: rgb(65,78,7); }

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

border-color css

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

 span { border-color: rgb(65,78,7); }

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