Html Css Color HEX #41481A Verdun Green

📋 copy color: '#41481A'

red 65 ◦ green 72 ◦ blue 26

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

Shades of Verdun Green #41481A

Tints of Verdun Green #41481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 39.88%
G = 44.17%
B = 15.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#41481A (or 0x41481A) is known color: Verdun Green. HEX triplet: 41, 48 and 1A. RGB value is (65,72,26). Sum of RGB (Red+Green+Blue) = 65+72+26=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #41481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481A is #BEB7E5. Grayscale: #404040. Windows color (decimal): -12498918 or 1722433. OLE color: 1722433.

HSL color Cylindrical-coordinate representation of color #41481A: hue angle of 69.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41481A is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 26 -
CMYK 0.10 0 0.64 0.72
HSL 69.13º 0.47% 0.19% -
HSV(B) 69.13º 0.64% 0.28% -
XYZ 4.68 5.83 1.86 -
YUV 64.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 65 72 26 0.10 0 0.64 0.72 69.13 0.47 0.19
Hex 41 48 1A A 0 40 48 45 2F 13
Octal 101 110 32 12 0 100 110 105 57 23
Binary 1000001 1001000 11010 1010 0 1000000 1001000 1000101 101111 10011

Color Harmonies of #41481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41481A

Black with #41481A

Text Example


Text Example

White with #41481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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