Html Css Color HEX #41541D Verdun Green

📋 copy color: '#41541D'

red 65 ◦ green 84 ◦ blue 29

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

Shades of Verdun Green #41541D

Tints of Verdun Green #41541D

RGB

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

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

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

R = 36.52%
G = 47.19%
B = 16.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#41541D (or 0x41541D) is known color: Verdun Green. HEX triplet: 41, 54 and 1D. RGB value is (65,84,29). Sum of RGB (Red+Green+Blue) = 65+84+29=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #41541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541D is #BEABE2. Grayscale: #484848. Windows color (decimal): -12495843 or 1922113. OLE color: 1922113.

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

Color convert

RGB 65 84 29 -
CMYK 0.23 0 0.65 0.67
HSL 80.73º 0.49% 0.22% -
HSV(B) 80.73º 0.65% 0.33% -
XYZ 5.57 7.55 2.33 -
YUV 72.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 65 84 29 0.23 0 0.65 0.67 80.73 0.49 0.22
Hex 41 54 1D 17 0 41 43 51 31 16
Octal 101 124 35 27 0 101 103 121 61 26
Binary 1000001 1010100 11101 10111 0 1000001 1000011 1010001 110001 10110

Color Harmonies of #41541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41541D

Black with #41541D

Text Example


Text Example

White with #41541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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