Html Css Color HEX #41460E Verdun Green

📋 copy color: '#41460E'

red 65 ◦ green 70 ◦ blue 14

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

Shades of Verdun Green #41460E

Tints of Verdun Green #41460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 43.62%
G = 46.98%
B = 9.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#41460E (or 0x41460E) is known color: Verdun Green. HEX triplet: 41, 46 and 0E. RGB value is (65,70,14). Sum of RGB (Red+Green+Blue) = 65+70+14=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #41460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41460E is #BEB9F1. Grayscale: #3E3E3E. Windows color (decimal): -12499442 or 935489. OLE color: 935489.

HSL color Cylindrical-coordinate representation of color #41460E: hue angle of 65.36º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41460E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 14 -
CMYK 0.07 0 0.80 0.73
HSL 65.36º 0.67% 0.16% -
HSV(B) 65.36º 0.8% 0.27% -
XYZ 4.45 5.54 1.25 -
YUV 62.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 65 70 14 0.07 0 0.80 0.73 65.36 0.67 0.16
Hex 41 46 E 7 0 50 49 41 43 10
Octal 101 106 16 7 0 120 111 101 103 20
Binary 1000001 1000110 1110 111 0 1010000 1001001 1000001 1000011 10000

Color Harmonies of #41460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41460E

Black with #41460E

Text Example


Text Example

White with #41460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41460E; }

 p { color: rgb(65,70,14); }

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

background-color css

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

 a { background-color: rgb(65,70,14); }

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

border-color css

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

 span { border-color: rgb(65,70,14); }

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