Html Css Color HEX #42480A Verdun Green

📋 copy color: '#42480A'

red 66 ◦ green 72 ◦ blue 10

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

Shades of Verdun Green #42480A

Tints of Verdun Green #42480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 44.59%
G = 48.65%
B = 6.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#42480A (or 0x42480A) is known color: Verdun Green. HEX triplet: 42, 48 and 0A. RGB value is (66,72,10). Sum of RGB (Red+Green+Blue) = 66+72+10=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #42480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42480A is #BDB7F5. Grayscale: #3F3F3F. Windows color (decimal): -12433398 or 673858. OLE color: 673858.

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

Color convert

RGB 66 72 10 -
CMYK 0.08 0 0.86 0.72
HSL 65.81º 0.76% 0.16% -
HSV(B) 65.81º 0.86% 0.28% -
XYZ 4.62 5.81 1.17 -
YUV 63.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 66 72 10 0.08 0 0.86 0.72 65.81 0.76 0.16
Hex 42 48 A 8 0 56 48 42 4C 10
Octal 102 110 12 10 0 126 110 102 114 20
Binary 1000010 1001000 1010 1000 0 1010110 1001000 1000010 1001100 10000

Color Harmonies of #42480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42480A

Black with #42480A

Text Example


Text Example

White with #42480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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