Html Css Color HEX #41550E Verdun Green

📋 copy color: '#41550E'

red 65 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #41550E

Tints of Verdun Green #41550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 39.63%
G = 51.83%
B = 8.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#41550E (or 0x41550E) is known color: Verdun Green. HEX triplet: 41, 55 and 0E. RGB value is (65,85,14). Sum of RGB (Red+Green+Blue) = 65+85+14=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #41550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41550E is #BEAAF1. Grayscale: #474747. Windows color (decimal): -12495602 or 939329. OLE color: 939329.

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

Color convert

RGB 65 85 14 -
CMYK 0.24 0 0.84 0.67
HSL 76.9º 0.72% 0.19% -
HSV(B) 76.9º 0.84% 0.33% -
XYZ 5.51 7.65 1.6 -
YUV 70.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 65 85 14 0.24 0 0.84 0.67 76.9 0.72 0.19
Hex 41 55 E 18 0 54 43 4D 48 13
Octal 101 125 16 30 0 124 103 115 110 23
Binary 1000001 1010101 1110 11000 0 1010100 1000011 1001101 1001000 10011

Color Harmonies of #41550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41550E

Black with #41550E

Text Example


Text Example

White with #41550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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