Html Css Color HEX #42480F Verdun Green

📋 copy color: '#42480F'

red 66 ◦ green 72 ◦ blue 15

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

Shades of Verdun Green #42480F

Tints of Verdun Green #42480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.8%

R = 43.14%
G = 47.06%
B = 9.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#42480F (or 0x42480F) is known color: Verdun Green. HEX triplet: 42, 48 and 0F. RGB value is (66,72,15). Sum of RGB (Red+Green+Blue) = 66+72+15=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #42480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42480F is #BDB7F0. Grayscale: #3F3F3F. Windows color (decimal): -12433393 or 1001538. OLE color: 1001538.

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

Color convert

RGB 66 72 15 -
CMYK 0.08 0 0.79 0.72
HSL 66.32º 0.66% 0.17% -
HSV(B) 66.32º 0.79% 0.28% -
XYZ 4.65 5.83 1.33 -
YUV 63.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 66 72 15 0.08 0 0.79 0.72 66.32 0.66 0.17
Hex 42 48 F 8 0 4F 48 42 42 11
Octal 102 110 17 10 0 117 110 102 102 21
Binary 1000010 1001000 1111 1000 0 1001111 1001000 1000010 1000010 10001

Color Harmonies of #42480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42480F

Black with #42480F

Text Example


Text Example

White with #42480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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