Html Css Color HEX #41501C Verdun Green

📋 copy color: '#41501C'

red 65 ◦ green 80 ◦ blue 28

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

Shades of Verdun Green #41501C

Tints of Verdun Green #41501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 37.57%
G = 46.24%
B = 16.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#41501C (or 0x41501C) is known color: Verdun Green. HEX triplet: 41, 50 and 1C. RGB value is (65,80,28). Sum of RGB (Red+Green+Blue) = 65+80+28=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #41501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501C is #BEAFE3. Grayscale: #454545. Windows color (decimal): -12496868 or 1855553. OLE color: 1855553.

HSL color Cylindrical-coordinate representation of color #41501C: hue angle of 77.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41501C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 28 -
CMYK 0.19 0 0.65 0.69
HSL 77.31º 0.48% 0.21% -
HSV(B) 77.31º 0.65% 0.31% -
XYZ 5.26 6.94 2.16 -
YUV 69.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 65 80 28 0.19 0 0.65 0.69 77.31 0.48 0.21
Hex 41 50 1C 13 0 41 45 4D 30 15
Octal 101 120 34 23 0 101 105 115 60 25
Binary 1000001 1010000 11100 10011 0 1000001 1000101 1001101 110000 10101

Color Harmonies of #41501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41501C

Black with #41501C

Text Example


Text Example

White with #41501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,80,28); }

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

background-color css

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

 a { background-color: rgb(65,80,28); }

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

border-color css

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

 span { border-color: rgb(65,80,28); }

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