Html Css Color HEX #485618 Verdun Green

📋 copy color: '#485618'

red 72 ◦ green 86 ◦ blue 24

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

Shades of Verdun Green #485618

Tints of Verdun Green #485618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.25%

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

R = 39.56%
G = 47.25%
B = 13.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#485618 (or 0x485618) is known color: Verdun Green. HEX triplet: 48, 56 and 18. RGB value is (72,86,24). Sum of RGB (Red+Green+Blue) = 72+86+24=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #485618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485618 is #B7A9E7. Grayscale: #4A4A4A. Windows color (decimal): -12036584 or 1594952. OLE color: 1594952.

HSL color Cylindrical-coordinate representation of color #485618: hue angle of 73.55º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485618 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 24 -
CMYK 0.16 0 0.72 0.66
HSL 73.55º 0.56% 0.22% -
HSV(B) 73.55º 0.72% 0.34% -
XYZ 6.17 8.1 2.1 -
YUV 74.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 72 86 24 0.16 0 0.72 0.66 73.55 0.56 0.22
Hex 48 56 18 10 0 48 42 4A 38 16
Octal 110 126 30 20 0 110 102 112 70 26
Binary 1001000 1010110 11000 10000 0 1001000 1000010 1001010 111000 10110

Color Harmonies of #485618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485618

Black with #485618

Text Example


Text Example

White with #485618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485618; }

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

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

background-color css

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

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

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

border-color css

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

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

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