Html Css Color HEX #485808 Verdun Green

📋 copy color: '#485808'

red 72 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #485808

Tints of Verdun Green #485808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 42.86%
G = 52.38%
B = 4.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#485808 (or 0x485808) is known color: Verdun Green. HEX triplet: 48, 58 and 08. RGB value is (72,88,8). Sum of RGB (Red+Green+Blue) = 72+88+8=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #485808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485808 is #B7A7F7. Grayscale: #4A4A4A. Windows color (decimal): -12036088 or 546888. OLE color: 546888.

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

Color convert

RGB 72 88 8 -
CMYK 0.18 0 0.91 0.65
HSL 72º 0.83% 0.19% -
HSV(B) 72º 0.91% 0.35% -
XYZ 6.21 8.37 1.52 -
YUV 74.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 72 88 8 0.18 0 0.91 0.65 72 0.83 0.19
Hex 48 58 8 12 0 5B 41 48 53 13
Octal 110 130 10 22 0 133 101 110 123 23
Binary 1001000 1011000 1000 10010 0 1011011 1000001 1001000 1010011 10011

Color Harmonies of #485808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485808

Black with #485808

Text Example


Text Example

White with #485808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485808; }

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

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

background-color css

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

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

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

border-color css

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

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

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