Html Css Color HEX #485818 Verdun Green

📋 copy color: '#485818'

red 72 ◦ green 88 ◦ blue 24

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

Shades of Verdun Green #485818

Tints of Verdun Green #485818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 39.13%
G = 47.83%
B = 13.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#485818 (or 0x485818) is known color: Verdun Green. HEX triplet: 48, 58 and 18. RGB value is (72,88,24). Sum of RGB (Red+Green+Blue) = 72+88+24=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #485818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485818 is #B7A7E7. Grayscale: #4C4C4C. Windows color (decimal): -12036072 or 1595464. OLE color: 1595464.

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

Color convert

RGB 72 88 24 -
CMYK 0.18 0 0.73 0.65
HSL 75º 0.57% 0.22% -
HSV(B) 75º 0.73% 0.35% -
XYZ 6.33 8.42 2.16 -
YUV 75.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 72 88 24 0.18 0 0.73 0.65 75 0.57 0.22
Hex 48 58 18 12 0 49 41 4B 39 16
Octal 110 130 30 22 0 111 101 113 71 26
Binary 1001000 1011000 11000 10010 0 1001001 1000001 1001011 111001 10110

Color Harmonies of #485818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485818

Black with #485818

Text Example


Text Example

White with #485818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485818; }

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

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

background-color css

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

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

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

border-color css

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

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

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