Html Css Color HEX #414507 Verdun Green

📋 copy color: '#414507'

red 65 ◦ green 69 ◦ blue 7

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

Shades of Verdun Green #414507

Tints of Verdun Green #414507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 46.1%
G = 48.94%
B = 4.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#414507 (or 0x414507) is known color: Verdun Green. HEX triplet: 41, 45 and 07. RGB value is (65,69,7). Sum of RGB (Red+Green+Blue) = 65+69+7=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #414507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414507 is #BEBAF8. Grayscale: #3C3C3C. Windows color (decimal): -12499705 or 476481. OLE color: 476481.

HSL color Cylindrical-coordinate representation of color #414507: hue angle of 63.87º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #414507 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 7 -
CMYK 0.06 0 0.90 0.73
HSL 63.87º 0.82% 0.15% -
HSV(B) 63.87º 0.9% 0.27% -
XYZ 4.35 5.4 1.01 -
YUV 60.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 65 69 7 0.06 0 0.90 0.73 63.87 0.82 0.15
Hex 41 45 7 6 0 5A 49 40 52 F
Octal 101 105 7 6 0 132 111 100 122 17
Binary 1000001 1000101 111 110 0 1011010 1001001 1000000 1010010 1111

Color Harmonies of #414507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414507

Black with #414507

Text Example


Text Example

White with #414507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414507; }

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

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

background-color css

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

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

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

border-color css

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

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

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