Html Css Color HEX #41580C Verdun Green

📋 copy color: '#41580C'

red 65 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #41580C

Tints of Verdun Green #41580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 39.39%
G = 53.33%
B = 7.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#41580C (or 0x41580C) is known color: Verdun Green. HEX triplet: 41, 58 and 0C. RGB value is (65,88,12). Sum of RGB (Red+Green+Blue) = 65+88+12=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #41580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41580C is #BEA7F3. Grayscale: #484848. Windows color (decimal): -12494836 or 809025. OLE color: 809025.

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

Color convert

RGB 65 88 12 -
CMYK 0.26 0 0.86 0.65
HSL 78.16º 0.76% 0.2% -
HSV(B) 78.16º 0.86% 0.35% -
XYZ 5.74 8.13 1.61 -
YUV 72.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 65 88 12 0.26 0 0.86 0.65 78.16 0.76 0.2
Hex 41 58 C 1A 0 56 41 4E 4C 14
Octal 101 130 14 32 0 126 101 116 114 24
Binary 1000001 1011000 1100 11010 0 1010110 1000001 1001110 1001100 10100

Color Harmonies of #41580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41580C

Black with #41580C

Text Example


Text Example

White with #41580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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