Html Css Color HEX #42461D Verdun Green

📋 copy color: '#42461D'

red 66 ◦ green 70 ◦ blue 29

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

Shades of Verdun Green #42461D

Tints of Verdun Green #42461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

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

R = 40%
G = 42.42%
B = 17.58%

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

#42461D (or 0x42461D) is known color: Verdun Green. HEX triplet: 42, 46 and 1D. RGB value is (66,70,29). Sum of RGB (Red+Green+Blue) = 66+70+29=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #42461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42461D is #BDB9E2. Grayscale: #404040. Windows color (decimal): -12433891 or 1918530. OLE color: 1918530.

HSL color Cylindrical-coordinate representation of color #42461D: hue angle of 65.85º degrees, saturation: 0.41, 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 #42461D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 29 -
CMYK 0.06 0 0.59 0.73
HSL 65.85º 0.41% 0.19% -
HSV(B) 65.85º 0.59% 0.27% -
XYZ 4.66 5.63 2 -
YUV 64.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 66 70 29 0.06 0 0.59 0.73 65.85 0.41 0.19
Hex 42 46 1D 6 0 3B 49 42 29 13
Octal 102 106 35 6 0 73 111 102 51 23
Binary 1000010 1000110 11101 110 0 111011 1001001 1000010 101001 10011

Color Harmonies of #42461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42461D

Black with #42461D

Text Example


Text Example

White with #42461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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