Html Css Color HEX #41480D Verdun Green

📋 copy color: '#41480D'

red 65 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #41480D

Tints of Verdun Green #41480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 43.33%
G = 48%
B = 8.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#41480D (or 0x41480D) is known color: Verdun Green. HEX triplet: 41, 48 and 0D. RGB value is (65,72,13). Sum of RGB (Red+Green+Blue) = 65+72+13=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #41480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41480D is #BEB7F2. Grayscale: #3F3F3F. Windows color (decimal): -12498931 or 870465. OLE color: 870465.

HSL color Cylindrical-coordinate representation of color #41480D: hue angle of 67.12º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41480D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 13 -
CMYK 0.10 0 0.82 0.72
HSL 67.12º 0.69% 0.17% -
HSV(B) 67.12º 0.82% 0.28% -
XYZ 4.57 5.79 1.26 -
YUV 63.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 65 72 13 0.10 0 0.82 0.72 67.12 0.69 0.17
Hex 41 48 D A 0 52 48 43 45 11
Octal 101 110 15 12 0 122 110 103 105 21
Binary 1000001 1001000 1101 1010 0 1010010 1001000 1000011 1000101 10001

Color Harmonies of #41480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41480D

Black with #41480D

Text Example


Text Example

White with #41480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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