Html Css Color HEX #42491B Verdun Green

📋 copy color: '#42491B'

red 66 ◦ green 73 ◦ blue 27

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

Shades of Verdun Green #42491B

Tints of Verdun Green #42491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 39.76%
G = 43.98%
B = 16.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#42491B (or 0x42491B) is known color: Verdun Green. HEX triplet: 42, 49 and 1B. RGB value is (66,73,27). Sum of RGB (Red+Green+Blue) = 66+73+27=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #42491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42491B is #BDB6E4. Grayscale: #414141. Windows color (decimal): -12433125 or 1788226. OLE color: 1788226.

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

Color convert

RGB 66 73 27 -
CMYK 0.10 0 0.63 0.71
HSL 69.13º 0.46% 0.2% -
HSV(B) 69.13º 0.63% 0.29% -
XYZ 4.83 6 1.94 -
YUV 65.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 66 73 27 0.10 0 0.63 0.71 69.13 0.46 0.2
Hex 42 49 1B A 0 3F 47 45 2E 14
Octal 102 111 33 12 0 77 107 105 56 24
Binary 1000010 1001001 11011 1010 0 111111 1000111 1000101 101110 10100

Color Harmonies of #42491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42491B

Black with #42491B

Text Example


Text Example

White with #42491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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