Html Css Color HEX #485518 Verdun Green

📋 copy color: '#485518'

red 72 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #485518

Tints of Verdun Green #485518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

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

R = 39.78%
G = 46.96%
B = 13.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#485518 (or 0x485518) is known color: Verdun Green. HEX triplet: 48, 55 and 18. RGB value is (72,85,24). Sum of RGB (Red+Green+Blue) = 72+85+24=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #485518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485518 is #B7AAE7. Grayscale: #4A4A4A. Windows color (decimal): -12036840 or 1594696. OLE color: 1594696.

HSL color Cylindrical-coordinate representation of color #485518: hue angle of 72.79º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485518 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 24 -
CMYK 0.15 0 0.72 0.67
HSL 72.79º 0.56% 0.21% -
HSV(B) 72.79º 0.72% 0.33% -
XYZ 6.09 7.94 2.08 -
YUV 74.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 72 85 24 0.15 0 0.72 0.67 72.79 0.56 0.21
Hex 48 55 18 F 0 48 43 49 38 15
Octal 110 125 30 17 0 110 103 111 70 25
Binary 1001000 1010101 11000 1111 0 1001000 1000011 1001001 111000 10101

Color Harmonies of #485518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485518

Black with #485518

Text Example


Text Example

White with #485518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485518; }

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

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

background-color css

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

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

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

border-color css

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

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

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