Html Css Color HEX #41450D Verdun Green

📋 copy color: '#41450D'

red 65 ◦ green 69 ◦ blue 13

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

Shades of Verdun Green #41450D

Tints of Verdun Green #41450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.94%

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

R = 44.22%
G = 46.94%
B = 8.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#41450D (or 0x41450D) is known color: Verdun Green. HEX triplet: 41, 45 and 0D. RGB value is (65,69,13). Sum of RGB (Red+Green+Blue) = 65+69+13=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #41450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41450D is #BEBAF2. Grayscale: #3D3D3D. Windows color (decimal): -12499699 or 869697. OLE color: 869697.

HSL color Cylindrical-coordinate representation of color #41450D: hue angle of 64.29º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41450D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 13 -
CMYK 0.06 0 0.81 0.73
HSL 64.29º 0.68% 0.16% -
HSV(B) 64.29º 0.81% 0.27% -
XYZ 4.38 5.41 1.19 -
YUV 61.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 65 69 13 0.06 0 0.81 0.73 64.29 0.68 0.16
Hex 41 45 D 6 0 51 49 40 44 10
Octal 101 105 15 6 0 121 111 100 104 20
Binary 1000001 1000101 1101 110 0 1010001 1001001 1000000 1000100 10000

Color Harmonies of #41450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41450D

Black with #41450D

Text Example


Text Example

White with #41450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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