Html Css Color HEX #485813 Verdun Green

📋 copy color: '#485813'

red 72 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #485813

Tints of Verdun Green #485813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 40.22%
G = 49.16%
B = 10.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#485813 (or 0x485813) is known color: Verdun Green. HEX triplet: 48, 58 and 13. RGB value is (72,88,19). Sum of RGB (Red+Green+Blue) = 72+88+19=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #485813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485813 is #B7A7EC. Grayscale: #4B4B4B. Windows color (decimal): -12036077 or 1267784. OLE color: 1267784.

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

Color convert

RGB 72 88 19 -
CMYK 0.18 0 0.78 0.65
HSL 73.91º 0.64% 0.21% -
HSV(B) 73.91º 0.78% 0.35% -
XYZ 6.28 8.4 1.91 -
YUV 75.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 72 88 19 0.18 0 0.78 0.65 73.91 0.64 0.21
Hex 48 58 13 12 0 4E 41 4A 40 15
Octal 110 130 23 22 0 116 101 112 100 25
Binary 1001000 1011000 10011 10010 0 1001110 1000001 1001010 1000000 10101

Color Harmonies of #485813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485813

Black with #485813

Text Example


Text Example

White with #485813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485813; }

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

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

background-color css

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

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

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

border-color css

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

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

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