Html Css Color HEX #485513 Verdun Green

📋 copy color: '#485513'

red 72 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #485513

Tints of Verdun Green #485513

RGB

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

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

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

R = 40.91%
G = 48.3%
B = 10.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#485513 (or 0x485513) is known color: Verdun Green. HEX triplet: 48, 55 and 13. RGB value is (72,85,19). Sum of RGB (Red+Green+Blue) = 72+85+19=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #485513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485513 is #B7AAEC. Grayscale: #494949. Windows color (decimal): -12036845 or 1267016. OLE color: 1267016.

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

Color convert

RGB 72 85 19 -
CMYK 0.15 0 0.78 0.67
HSL 71.82º 0.63% 0.2% -
HSV(B) 71.82º 0.78% 0.33% -
XYZ 6.04 7.92 1.83 -
YUV 73.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 72 85 19 0.15 0 0.78 0.67 71.82 0.63 0.2
Hex 48 55 13 F 0 4E 43 48 3F 14
Octal 110 125 23 17 0 116 103 110 77 24
Binary 1001000 1010101 10011 1111 0 1001110 1000011 1001000 111111 10100

Color Harmonies of #485513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485513

Black with #485513

Text Example


Text Example

White with #485513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485513; }

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

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

background-color css

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

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

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

border-color css

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

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

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