Html Css Color HEX #414908 Verdun Green

📋 copy color: '#414908'

red 65 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #414908

Tints of Verdun Green #414908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 44.52%
G = 50%
B = 5.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#414908 (or 0x414908) is known color: Verdun Green. HEX triplet: 41, 49 and 08. RGB value is (65,73,8). Sum of RGB (Red+Green+Blue) = 65+73+8=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #414908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414908 is #BEB6F7. Grayscale: #3F3F3F. Windows color (decimal): -12498680 or 543041. OLE color: 543041.

HSL color Cylindrical-coordinate representation of color #414908: hue angle of 67.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #414908 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 8 -
CMYK 0.11 0 0.89 0.71
HSL 67.38º 0.8% 0.16% -
HSV(B) 67.38º 0.89% 0.29% -
XYZ 4.61 5.91 1.13 -
YUV 63.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 65 73 8 0.11 0 0.89 0.71 67.38 0.8 0.16
Hex 41 49 8 B 0 59 47 43 50 10
Octal 101 111 10 13 0 131 107 103 120 20
Binary 1000001 1001001 1000 1011 0 1011001 1000111 1000011 1010000 10000

Color Harmonies of #414908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414908

Black with #414908

Text Example


Text Example

White with #414908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414908; }

 p { color: rgb(65,73,8); }

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

background-color css

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

 a { background-color: rgb(65,73,8); }

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

border-color css

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

 span { border-color: rgb(65,73,8); }

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