Html Css Color HEX #42480D Verdun Green

📋 copy color: '#42480D'

red 66 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #42480D

Tints of Verdun Green #42480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 43.71%
G = 47.68%
B = 8.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#42480D (or 0x42480D) is known color: Verdun Green. HEX triplet: 42, 48 and 0D. RGB value is (66,72,13). Sum of RGB (Red+Green+Blue) = 66+72+13=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #42480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42480D is #BDB7F2. Grayscale: #3F3F3F. Windows color (decimal): -12433395 or 870466. OLE color: 870466.

HSL color Cylindrical-coordinate representation of color #42480D: hue angle of 66.1º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42480D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 13 -
CMYK 0.08 0 0.82 0.72
HSL 66.1º 0.69% 0.17% -
HSV(B) 66.1º 0.82% 0.28% -
XYZ 4.64 5.82 1.26 -
YUV 63.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 66 72 13 0.08 0 0.82 0.72 66.1 0.69 0.17
Hex 42 48 D 8 0 52 48 42 45 11
Octal 102 110 15 10 0 122 110 102 105 21
Binary 1000010 1001000 1101 1000 0 1010010 1001000 1000010 1000101 10001

Color Harmonies of #42480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42480D

Black with #42480D

Text Example


Text Example

White with #42480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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