Html Css Color HEX #41581A Verdun Green

📋 copy color: '#41581A'

red 65 ◦ green 88 ◦ blue 26

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

Shades of Verdun Green #41581A

Tints of Verdun Green #41581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 36.31%
G = 49.16%
B = 14.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#41581A (or 0x41581A) is known color: Verdun Green. HEX triplet: 41, 58 and 1A. RGB value is (65,88,26). Sum of RGB (Red+Green+Blue) = 65+88+26=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #41581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41581A is #BEA7E5. Grayscale: #4A4A4A. Windows color (decimal): -12494822 or 1726529. OLE color: 1726529.

HSL color Cylindrical-coordinate representation of color #41581A: hue angle of 82.26º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41581A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 26 -
CMYK 0.26 0 0.70 0.65
HSL 82.26º 0.54% 0.22% -
HSV(B) 82.26º 0.7% 0.35% -
XYZ 5.86 8.18 2.25 -
YUV 74.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 65 88 26 0.26 0 0.70 0.65 82.26 0.54 0.22
Hex 41 58 1A 1A 0 46 41 52 36 16
Octal 101 130 32 32 0 106 101 122 66 26
Binary 1000001 1011000 11010 11010 0 1000110 1000001 1010010 110110 10110

Color Harmonies of #41581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41581A

Black with #41581A

Text Example


Text Example

White with #41581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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