Html Css Color HEX #485010 Verdun Green

📋 copy color: '#485010'

red 72 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #485010

Tints of Verdun Green #485010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

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

R = 42.86%
G = 47.62%
B = 9.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#485010 (or 0x485010) is known color: Verdun Green. HEX triplet: 48, 50 and 10. RGB value is (72,80,16). Sum of RGB (Red+Green+Blue) = 72+80+16=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #485010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485010 is #B7AFEF. Grayscale: #464646. Windows color (decimal): -12038128 or 1069128. OLE color: 1069128.

HSL color Cylindrical-coordinate representation of color #485010: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485010 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 16 -
CMYK 0.10 0 0.80 0.69
HSL 67.5º 0.67% 0.19% -
HSV(B) 67.5º 0.8% 0.31% -
XYZ 5.63 7.15 1.57 -
YUV 70.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 72 80 16 0.10 0 0.80 0.69 67.5 0.67 0.19
Hex 48 50 10 A 0 50 45 44 43 13
Octal 110 120 20 12 0 120 105 104 103 23
Binary 1001000 1010000 10000 1010 0 1010000 1000101 1000100 1000011 10011

Color Harmonies of #485010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485010

Black with #485010

Text Example


Text Example

White with #485010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485010; }

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

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

background-color css

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

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

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

border-color css

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

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

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