Html Css Color HEX #485713 Verdun Green

📋 copy color: '#485713'

red 72 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #485713

Tints of Verdun Green #485713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.88%

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

R = 40.45%
G = 48.88%
B = 10.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#485713 (or 0x485713) is known color: Verdun Green. HEX triplet: 48, 57 and 13. RGB value is (72,87,19). Sum of RGB (Red+Green+Blue) = 72+87+19=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #485713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485713 is #B7A8EC. Grayscale: #4B4B4B. Windows color (decimal): -12036333 or 1267528. OLE color: 1267528.

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

Color convert

RGB 72 87 19 -
CMYK 0.17 0 0.78 0.66
HSL 73.24º 0.64% 0.21% -
HSV(B) 73.24º 0.78% 0.34% -
XYZ 6.2 8.24 1.88 -
YUV 74.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 72 87 19 0.17 0 0.78 0.66 73.24 0.64 0.21
Hex 48 57 13 11 0 4E 42 49 40 15
Octal 110 127 23 21 0 116 102 111 100 25
Binary 1001000 1010111 10011 10001 0 1001110 1000010 1001001 1000000 10101

Color Harmonies of #485713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485713

Black with #485713

Text Example


Text Example

White with #485713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485713; }

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

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

background-color css

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

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

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

border-color css

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

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

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