Html Css Color HEX #41580A Verdun Green

📋 copy color: '#41580A'

red 65 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #41580A

Tints of Verdun Green #41580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 39.88%
G = 53.99%
B = 6.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#41580A (or 0x41580A) is known color: Verdun Green. HEX triplet: 41, 58 and 0A. RGB value is (65,88,10). Sum of RGB (Red+Green+Blue) = 65+88+10=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #41580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41580A is #BEA7F5. Grayscale: #484848. Windows color (decimal): -12494838 or 677953. OLE color: 677953.

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

Color convert

RGB 65 88 10 -
CMYK 0.26 0 0.89 0.65
HSL 77.69º 0.8% 0.19% -
HSV(B) 77.69º 0.89% 0.35% -
XYZ 5.72 8.13 1.55 -
YUV 72.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 65 88 10 0.26 0 0.89 0.65 77.69 0.8 0.19
Hex 41 58 A 1A 0 59 41 4E 50 13
Octal 101 130 12 32 0 131 101 116 120 23
Binary 1000001 1011000 1010 11010 0 1011001 1000001 1001110 1010000 10011

Color Harmonies of #41580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41580A

Black with #41580A

Text Example


Text Example

White with #41580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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