Html Css Color HEX #42491D Verdun Green

📋 copy color: '#42491D'

red 66 ◦ green 73 ◦ blue 29

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

Shades of Verdun Green #42491D

Tints of Verdun Green #42491D

RGB

 RED value IS 66 (26.17% from 255) = 39.29%

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 39.29%
G = 43.45%
B = 17.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#42491D (or 0x42491D) is known color: Verdun Green. HEX triplet: 42, 49 and 1D. RGB value is (66,73,29). Sum of RGB (Red+Green+Blue) = 66+73+29=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #42491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42491D is #BDB6E2. Grayscale: #424242. Windows color (decimal): -12433123 or 1919298. OLE color: 1919298.

HSL color Cylindrical-coordinate representation of color #42491D: hue angle of 69.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42491D is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 29 -
CMYK 0.10 0 0.60 0.71
HSL 69.55º 0.43% 0.2% -
HSV(B) 69.55º 0.6% 0.29% -
XYZ 4.85 6.01 2.07 -
YUV 65.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 66 73 29 0.10 0 0.60 0.71 69.55 0.43 0.2
Hex 42 49 1D A 0 3C 47 46 2B 14
Octal 102 111 35 12 0 74 107 106 53 24
Binary 1000010 1001001 11101 1010 0 111100 1000111 1000110 101011 10100

Color Harmonies of #42491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42491D

Black with #42491D

Text Example


Text Example

White with #42491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,73,29); }

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

background-color css

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

 a { background-color: rgb(66,73,29); }

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

border-color css

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

 span { border-color: rgb(66,73,29); }

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