Html Css Color HEX #485006 Verdun Green

📋 copy color: '#485006'

red 72 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #485006

Tints of Verdun Green #485006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 45.57%
G = 50.63%
B = 3.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#485006 (or 0x485006) is known color: Verdun Green. HEX triplet: 48, 50 and 06. RGB value is (72,80,6). Sum of RGB (Red+Green+Blue) = 72+80+6=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #485006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485006 is #B7AFF9. Grayscale: #454545. Windows color (decimal): -12038138 or 413768. OLE color: 413768.

HSL color Cylindrical-coordinate representation of color #485006: hue angle of 66.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #485006 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 6 -
CMYK 0.10 0 0.92 0.69
HSL 66.49º 0.86% 0.17% -
HSV(B) 66.49º 0.93% 0.31% -
XYZ 5.57 7.13 1.25 -
YUV 69.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 72 80 6 0.10 0 0.92 0.69 66.49 0.86 0.17
Hex 48 50 6 A 0 5C 45 42 56 11
Octal 110 120 6 12 0 134 105 102 126 21
Binary 1001000 1010000 110 1010 0 1011100 1000101 1000010 1010110 10001

Color Harmonies of #485006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485006

Black with #485006

Text Example


Text Example

White with #485006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485006; }

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

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

background-color css

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

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

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

border-color css

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

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

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