Html Css Color HEX #485219 Verdun Green

📋 copy color: '#485219'

red 72 ◦ green 82 ◦ blue 25

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

Shades of Verdun Green #485219

Tints of Verdun Green #485219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 40.22%
G = 45.81%
B = 13.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#485219 (or 0x485219) is known color: Verdun Green. HEX triplet: 48, 52 and 19. RGB value is (72,82,25). Sum of RGB (Red+Green+Blue) = 72+82+25=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #485219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485219 is #B7ADE6. Grayscale: #484848. Windows color (decimal): -12037607 or 1659464. OLE color: 1659464.

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

Color convert

RGB 72 82 25 -
CMYK 0.12 0 0.70 0.68
HSL 70.53º 0.53% 0.21% -
HSV(B) 70.53º 0.7% 0.32% -
XYZ 5.87 7.48 2.05 -
YUV 72.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 72 82 25 0.12 0 0.70 0.68 70.53 0.53 0.21
Hex 48 52 19 C 0 46 44 47 35 15
Octal 110 122 31 14 0 106 104 107 65 25
Binary 1001000 1010010 11001 1100 0 1000110 1000100 1000111 110101 10101

Color Harmonies of #485219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485219

Black with #485219

Text Example


Text Example

White with #485219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485219; }

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

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

background-color css

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

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

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

border-color css

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

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

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