Html Css Color HEX #41550C Verdun Green

📋 copy color: '#41550C'

red 65 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #41550C

Tints of Verdun Green #41550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.47%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 40.12%
G = 52.47%
B = 7.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#41550C (or 0x41550C) is known color: Verdun Green. HEX triplet: 41, 55 and 0C. RGB value is (65,85,12). Sum of RGB (Red+Green+Blue) = 65+85+12=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #41550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41550C is #BEAAF3. Grayscale: #464646. Windows color (decimal): -12495604 or 808257. OLE color: 808257.

HSL color Cylindrical-coordinate representation of color #41550C: hue angle of 76.44º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41550C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 12 -
CMYK 0.24 0 0.86 0.67
HSL 76.44º 0.75% 0.19% -
HSV(B) 76.44º 0.86% 0.33% -
XYZ 5.49 7.65 1.53 -
YUV 70.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 65 85 12 0.24 0 0.86 0.67 76.44 0.75 0.19
Hex 41 55 C 18 0 56 43 4C 4B 13
Octal 101 125 14 30 0 126 103 114 113 23
Binary 1000001 1010101 1100 11000 0 1010110 1000011 1001100 1001011 10011

Color Harmonies of #41550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41550C

Black with #41550C

Text Example


Text Example

White with #41550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,85,12); }

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

background-color css

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

 a { background-color: rgb(65,85,12); }

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

border-color css

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

 span { border-color: rgb(65,85,12); }

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