Html Css Color HEX #41501D Verdun Green

📋 copy color: '#41501D'

red 65 ◦ green 80 ◦ blue 29

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

Shades of Verdun Green #41501D

Tints of Verdun Green #41501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 37.36%
G = 45.98%
B = 16.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#41501D (or 0x41501D) is known color: Verdun Green. HEX triplet: 41, 50 and 1D. RGB value is (65,80,29). Sum of RGB (Red+Green+Blue) = 65+80+29=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #41501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501D is #BEAFE2. Grayscale: #454545. Windows color (decimal): -12496867 or 1921089. OLE color: 1921089.

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

Color convert

RGB 65 80 29 -
CMYK 0.19 0 0.64 0.69
HSL 77.65º 0.47% 0.21% -
HSV(B) 77.65º 0.64% 0.31% -
XYZ 5.27 6.95 2.23 -
YUV 69.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 65 80 29 0.19 0 0.64 0.69 77.65 0.47 0.21
Hex 41 50 1D 13 0 40 45 4E 2F 15
Octal 101 120 35 23 0 100 105 116 57 25
Binary 1000001 1010000 11101 10011 0 1000000 1000101 1001110 101111 10101

Color Harmonies of #41501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41501D

Black with #41501D

Text Example


Text Example

White with #41501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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