Html Css Color HEX #485819 Verdun Green

📋 copy color: '#485819'

red 72 ◦ green 88 ◦ blue 25

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

Shades of Verdun Green #485819

Tints of Verdun Green #485819

RGB

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

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

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

R = 38.92%
G = 47.57%
B = 13.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#485819 (or 0x485819) is known color: Verdun Green. HEX triplet: 48, 58 and 19. RGB value is (72,88,25). Sum of RGB (Red+Green+Blue) = 72+88+25=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #485819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485819 is #B7A7E6. Grayscale: #4C4C4C. Windows color (decimal): -12036071 or 1661000. OLE color: 1661000.

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

Color convert

RGB 72 88 25 -
CMYK 0.18 0 0.72 0.65
HSL 75.24º 0.56% 0.22% -
HSV(B) 75.24º 0.72% 0.35% -
XYZ 6.34 8.43 2.21 -
YUV 76.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 72 88 25 0.18 0 0.72 0.65 75.24 0.56 0.22
Hex 48 58 19 12 0 48 41 4B 38 16
Octal 110 130 31 22 0 110 101 113 70 26
Binary 1001000 1011000 11001 10010 0 1001000 1000001 1001011 111000 10110

Color Harmonies of #485819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485819

Black with #485819

Text Example


Text Example

White with #485819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485819; }

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

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

background-color css

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

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

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

border-color css

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

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

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