Html Css Color HEX #485411 Verdun Green

📋 copy color: '#485411'

red 72 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #485411

Tints of Verdun Green #485411

RGB

 RED value IS 72 (28.52% from 255) = 41.62%

 GREEN value IS 84 (33.2% from 255) = 48.55%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 41.62%
G = 48.55%
B = 9.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#485411 (or 0x485411) is known color: Verdun Green. HEX triplet: 48, 54 and 11. RGB value is (72,84,17). Sum of RGB (Red+Green+Blue) = 72+84+17=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #485411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485411 is #B7ABEE. Grayscale: #494949. Windows color (decimal): -12037103 or 1135688. OLE color: 1135688.

HSL color Cylindrical-coordinate representation of color #485411: hue angle of 70.75º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485411 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 17 -
CMYK 0.14 0 0.80 0.67
HSL 70.75º 0.66% 0.2% -
HSV(B) 70.75º 0.8% 0.33% -
XYZ 5.94 7.76 1.71 -
YUV 72.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 72 84 17 0.14 0 0.80 0.67 70.75 0.66 0.2
Hex 48 54 11 E 0 50 43 47 42 14
Octal 110 124 21 16 0 120 103 107 102 24
Binary 1001000 1010100 10001 1110 0 1010000 1000011 1000111 1000010 10100

Color Harmonies of #485411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485411

Black with #485411

Text Example


Text Example

White with #485411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485411; }

 p { color: rgb(72,84,17); }

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

background-color css

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

 a { background-color: rgb(72,84,17); }

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

border-color css

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

 span { border-color: rgb(72,84,17); }

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