Html Css Color HEX #485805 Verdun Green

📋 copy color: '#485805'

red 72 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #485805

Tints of Verdun Green #485805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.33%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 43.64%
G = 53.33%
B = 3.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#485805 (or 0x485805) is known color: Verdun Green. HEX triplet: 48, 58 and 05. RGB value is (72,88,5). Sum of RGB (Red+Green+Blue) = 72+88+5=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #485805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485805 is #B7A7FA. Grayscale: #4A4A4A. Windows color (decimal): -12036091 or 350280. OLE color: 350280.

HSL color Cylindrical-coordinate representation of color #485805: hue angle of 71.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #485805 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 5 -
CMYK 0.18 0 0.94 0.65
HSL 71.57º 0.89% 0.18% -
HSV(B) 71.57º 0.94% 0.35% -
XYZ 6.19 8.37 1.43 -
YUV 73.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 72 88 5 0.18 0 0.94 0.65 71.57 0.89 0.18
Hex 48 58 5 12 0 5E 41 48 59 12
Octal 110 130 5 22 0 136 101 110 131 22
Binary 1001000 1011000 101 10010 0 1011110 1000001 1001000 1011001 10010

Color Harmonies of #485805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485805

Black with #485805

Text Example


Text Example

White with #485805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485805; }

 p { color: rgb(72,88,5); }

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

background-color css

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

 a { background-color: rgb(72,88,5); }

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

border-color css

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

 span { border-color: rgb(72,88,5); }

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