Html Css Color HEX #41451C Verdun Green

📋 copy color: '#41451C'

red 65 ◦ green 69 ◦ blue 28

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

Shades of Verdun Green #41451C

Tints of Verdun Green #41451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 40.12%
G = 42.59%
B = 17.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#41451C (or 0x41451C) is known color: Verdun Green. HEX triplet: 41, 45 and 1C. RGB value is (65,69,28). Sum of RGB (Red+Green+Blue) = 65+69+28=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #41451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41451C is #BEBAE3. Grayscale: #3F3F3F. Windows color (decimal): -12499684 or 1852737. OLE color: 1852737.

HSL color Cylindrical-coordinate representation of color #41451C: hue angle of 65.85º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41451C is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 28 -
CMYK 0.06 0 0.59 0.73
HSL 65.85º 0.42% 0.19% -
HSV(B) 65.85º 0.59% 0.27% -
XYZ 4.52 5.46 1.92 -
YUV 63.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 65 69 28 0.06 0 0.59 0.73 65.85 0.42 0.19
Hex 41 45 1C 6 0 3B 49 42 2A 13
Octal 101 105 34 6 0 73 111 102 52 23
Binary 1000001 1000101 11100 110 0 111011 1001001 1000010 101010 10011

Color Harmonies of #41451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41451C

Black with #41451C

Text Example


Text Example

White with #41451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41451C; }

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

 H1.HeaderClassName
 {
   color: #41451C;
 }
 .AnyTagClassName
 {
   color: #41451C;
 }
</style>

background-color css

<style>
 a { background-color: #41451C; }

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

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

border-color css

<style>
 span { border-color: #41451C; }

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

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