Html Css Color HEX #41460F Verdun Green

📋 copy color: '#41460F'

red 65 ◦ green 70 ◦ blue 15

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

Shades of Verdun Green #41460F

Tints of Verdun Green #41460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 43.33%
G = 46.67%
B = 10%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#41460F (or 0x41460F) is known color: Verdun Green. HEX triplet: 41, 46 and 0F. RGB value is (65,70,15). Sum of RGB (Red+Green+Blue) = 65+70+15=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #41460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41460F is #BEB9F0. Grayscale: #3E3E3E. Windows color (decimal): -12499441 or 1001025. OLE color: 1001025.

HSL color Cylindrical-coordinate representation of color #41460F: hue angle of 65.45º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41460F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 15 -
CMYK 0.07 0 0.79 0.73
HSL 65.45º 0.65% 0.17% -
HSV(B) 65.45º 0.79% 0.27% -
XYZ 4.46 5.54 1.29 -
YUV 62.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 65 70 15 0.07 0 0.79 0.73 65.45 0.65 0.17
Hex 41 46 F 7 0 4F 49 41 41 11
Octal 101 106 17 7 0 117 111 101 101 21
Binary 1000001 1000110 1111 111 0 1001111 1001001 1000001 1000001 10001

Color Harmonies of #41460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41460F

Black with #41460F

Text Example


Text Example

White with #41460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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