Html Css Color HEX #414D07 Verdun Green

📋 copy color: '#414D07'

red 65 ◦ green 77 ◦ blue 7

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

Shades of Verdun Green #414D07

Tints of Verdun Green #414D07

RGB

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

 GREEN value IS 77 (30.47% from 255) = 51.68%

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

R = 43.62%
G = 51.68%
B = 4.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#414D07 (or 0x414D07) is known color: Verdun Green. HEX triplet: 41, 4D and 07. RGB value is (65,77,7). Sum of RGB (Red+Green+Blue) = 65+77+7=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #414D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D07 is #BEB2F8. Grayscale: #414141. Windows color (decimal): -12497657 or 478529. OLE color: 478529.

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

Color convert

RGB 65 77 7 -
CMYK 0.16 0 0.91 0.70
HSL 70.29º 0.83% 0.16% -
HSV(B) 70.29º 0.91% 0.3% -
XYZ 4.87 6.45 1.19 -
YUV 65.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 65 77 7 0.16 0 0.91 0.70 70.29 0.83 0.16
Hex 41 4D 7 10 0 5B 46 46 53 10
Octal 101 115 7 20 0 133 106 106 123 20
Binary 1000001 1001101 111 10000 0 1011011 1000110 1000110 1010011 10000

Color Harmonies of #414D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D07

Black with #414D07

Text Example


Text Example

White with #414D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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