Html Css Color HEX #41501A Verdun Green

📋 copy color: '#41501A'

red 65 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #41501A

Tints of Verdun Green #41501A

RGB

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

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

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

R = 38.01%
G = 46.78%
B = 15.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#41501A (or 0x41501A) is known color: Verdun Green. HEX triplet: 41, 50 and 1A. RGB value is (65,80,26). Sum of RGB (Red+Green+Blue) = 65+80+26=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #41501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41501A is #BEAFE5. Grayscale: #454545. Windows color (decimal): -12496870 or 1724481. OLE color: 1724481.

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

Color convert

RGB 65 80 26 -
CMYK 0.19 0 0.67 0.69
HSL 76.67º 0.51% 0.21% -
HSV(B) 76.67º 0.68% 0.31% -
XYZ 5.24 6.94 2.04 -
YUV 69.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 65 80 26 0.19 0 0.67 0.69 76.67 0.51 0.21
Hex 41 50 1A 13 0 43 45 4D 33 15
Octal 101 120 32 23 0 103 105 115 63 25
Binary 1000001 1010000 11010 10011 0 1000011 1000101 1001101 110011 10101

Color Harmonies of #41501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41501A

Black with #41501A

Text Example


Text Example

White with #41501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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