Html Css Color HEX #485218 Verdun Green

📋 copy color: '#485218'

red 72 ◦ green 82 ◦ blue 24

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

Shades of Verdun Green #485218

Tints of Verdun Green #485218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 40.45%
G = 46.07%
B = 13.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#485218 (or 0x485218) is known color: Verdun Green. HEX triplet: 48, 52 and 18. RGB value is (72,82,24). Sum of RGB (Red+Green+Blue) = 72+82+24=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #485218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485218 is #B7ADE7. Grayscale: #484848. Windows color (decimal): -12037608 or 1593928. OLE color: 1593928.

HSL color Cylindrical-coordinate representation of color #485218: hue angle of 70.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485218 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 24 -
CMYK 0.12 0 0.71 0.68
HSL 70.34º 0.55% 0.21% -
HSV(B) 70.34º 0.71% 0.32% -
XYZ 5.85 7.48 2 -
YUV 72.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 72 82 24 0.12 0 0.71 0.68 70.34 0.55 0.21
Hex 48 52 18 C 0 47 44 46 37 15
Octal 110 122 30 14 0 107 104 106 67 25
Binary 1001000 1010010 11000 1100 0 1000111 1000100 1000110 110111 10101

Color Harmonies of #485218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485218

Black with #485218

Text Example


Text Example

White with #485218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485218; }

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

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

background-color css

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

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

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

border-color css

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

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

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