Html Css Color HEX #41541B Verdun Green

📋 copy color: '#41541B'

red 65 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #41541B

Tints of Verdun Green #41541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 36.93%
G = 47.73%
B = 15.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#41541B (or 0x41541B) is known color: Verdun Green. HEX triplet: 41, 54 and 1B. RGB value is (65,84,27). Sum of RGB (Red+Green+Blue) = 65+84+27=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #41541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541B is #BEABE4. Grayscale: #484848. Windows color (decimal): -12495845 or 1791041. OLE color: 1791041.

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

Color convert

RGB 65 84 27 -
CMYK 0.23 0 0.68 0.67
HSL 80º 0.51% 0.22% -
HSV(B) 80º 0.68% 0.33% -
XYZ 5.55 7.54 2.2 -
YUV 71.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 65 84 27 0.23 0 0.68 0.67 80 0.51 0.22
Hex 41 54 1B 17 0 44 43 50 33 16
Octal 101 124 33 27 0 104 103 120 63 26
Binary 1000001 1010100 11011 10111 0 1000100 1000011 1010000 110011 10110

Color Harmonies of #41541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41541B

Black with #41541B

Text Example


Text Example

White with #41541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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