Html Css Color HEX #42481D Verdun Green

📋 copy color: '#42481D'

red 66 ◦ green 72 ◦ blue 29

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

Shades of Verdun Green #42481D

Tints of Verdun Green #42481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 39.52%
G = 43.11%
B = 17.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#42481D (or 0x42481D) is known color: Verdun Green. HEX triplet: 42, 48 and 1D. RGB value is (66,72,29). Sum of RGB (Red+Green+Blue) = 66+72+29=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #42481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42481D is #BDB7E2. Grayscale: #414141. Windows color (decimal): -12433379 or 1919042. OLE color: 1919042.

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

Color convert

RGB 66 72 29 -
CMYK 0.08 0 0.60 0.72
HSL 68.37º 0.43% 0.2% -
HSV(B) 68.37º 0.6% 0.28% -
XYZ 4.79 5.88 2.05 -
YUV 65.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 66 72 29 0.08 0 0.60 0.72 68.37 0.43 0.2
Hex 42 48 1D 8 0 3C 48 44 2B 14
Octal 102 110 35 10 0 74 110 104 53 24
Binary 1000010 1001000 11101 1000 0 111100 1001000 1000100 101011 10100

Color Harmonies of #42481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42481D

Black with #42481D

Text Example


Text Example

White with #42481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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