Html Css Color HEX #485410 Verdun Green

📋 copy color: '#485410'

red 72 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #485410

Tints of Verdun Green #485410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 41.86%
G = 48.84%
B = 9.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#485410 (or 0x485410) is known color: Verdun Green. HEX triplet: 48, 54 and 10. RGB value is (72,84,16). Sum of RGB (Red+Green+Blue) = 72+84+16=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #485410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485410 is #B7ABEF. Grayscale: #484848. Windows color (decimal): -12037104 or 1070152. OLE color: 1070152.

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

Color convert

RGB 72 84 16 -
CMYK 0.14 0 0.81 0.67
HSL 70.59º 0.68% 0.2% -
HSV(B) 70.59º 0.81% 0.33% -
XYZ 5.94 7.76 1.67 -
YUV 72.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 72 84 16 0.14 0 0.81 0.67 70.59 0.68 0.2
Hex 48 54 10 E 0 51 43 47 44 14
Octal 110 124 20 16 0 121 103 107 104 24
Binary 1001000 1010100 10000 1110 0 1010001 1000011 1000111 1000100 10100

Color Harmonies of #485410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485410

Black with #485410

Text Example


Text Example

White with #485410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485410; }

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

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

background-color css

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

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

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

border-color css

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

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

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