Html Css Color HEX #41580E Verdun Green

📋 copy color: '#41580E'

red 65 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #41580E

Tints of Verdun Green #41580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

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

R = 38.92%
G = 52.69%
B = 8.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#41580E (or 0x41580E) is known color: Verdun Green. HEX triplet: 41, 58 and 0E. RGB value is (65,88,14). Sum of RGB (Red+Green+Blue) = 65+88+14=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #41580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41580E is #BEA7F1. Grayscale: #484848. Windows color (decimal): -12494834 or 940097. OLE color: 940097.

HSL color Cylindrical-coordinate representation of color #41580E: hue angle of 78.65º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41580E is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 14 -
CMYK 0.26 0 0.84 0.65
HSL 78.65º 0.73% 0.2% -
HSV(B) 78.65º 0.84% 0.35% -
XYZ 5.75 8.13 1.68 -
YUV 72.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 65 88 14 0.26 0 0.84 0.65 78.65 0.73 0.2
Hex 41 58 E 1A 0 54 41 4F 49 14
Octal 101 130 16 32 0 124 101 117 111 24
Binary 1000001 1011000 1110 11010 0 1010100 1000001 1001111 1001001 10100

Color Harmonies of #41580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41580E

Black with #41580E

Text Example


Text Example

White with #41580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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