Html Css Color HEX #41541A Verdun Green

📋 copy color: '#41541A'

red 65 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #41541A

Tints of Verdun Green #41541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 37.14%
G = 48%
B = 14.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#41541A (or 0x41541A) is known color: Verdun Green. HEX triplet: 41, 54 and 1A. RGB value is (65,84,26). Sum of RGB (Red+Green+Blue) = 65+84+26=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #41541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541A is #BEABE5. Grayscale: #474747. Windows color (decimal): -12495846 or 1725505. OLE color: 1725505.

HSL color Cylindrical-coordinate representation of color #41541A: hue angle of 79.66º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41541A is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 26 -
CMYK 0.23 0 0.69 0.67
HSL 79.66º 0.53% 0.22% -
HSV(B) 79.66º 0.69% 0.33% -
XYZ 5.54 7.54 2.14 -
YUV 71.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 65 84 26 0.23 0 0.69 0.67 79.66 0.53 0.22
Hex 41 54 1A 17 0 45 43 50 35 16
Octal 101 124 32 27 0 105 103 120 65 26
Binary 1000001 1010100 11010 10111 0 1000101 1000011 1010000 110101 10110

Color Harmonies of #41541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41541A

Black with #41541A

Text Example


Text Example

White with #41541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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