Html Css Color HEX #414708 Verdun Green

📋 copy color: '#414708'

red 65 ◦ green 71 ◦ blue 8

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

Shades of Verdun Green #414708

Tints of Verdun Green #414708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

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

R = 45.14%
G = 49.31%
B = 5.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#414708 (or 0x414708) is known color: Verdun Green. HEX triplet: 41, 47 and 08. RGB value is (65,71,8). Sum of RGB (Red+Green+Blue) = 65+71+8=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #414708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414708 is #BEB8F7. Grayscale: #3E3E3E. Windows color (decimal): -12499192 or 542529. OLE color: 542529.

HSL color Cylindrical-coordinate representation of color #414708: hue angle of 65.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #414708 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 8 -
CMYK 0.08 0 0.89 0.72
HSL 65.71º 0.8% 0.15% -
HSV(B) 65.71º 0.89% 0.28% -
XYZ 4.48 5.65 1.08 -
YUV 62.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 65 71 8 0.08 0 0.89 0.72 65.71 0.8 0.15
Hex 41 47 8 8 0 59 48 42 50 F
Octal 101 107 10 10 0 131 110 102 120 17
Binary 1000001 1000111 1000 1000 0 1011001 1001000 1000010 1010000 1111

Color Harmonies of #414708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414708

Black with #414708

Text Example


Text Example

White with #414708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414708; }

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

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

background-color css

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

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

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

border-color css

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

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

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