Html Css Color HEX #485313 Verdun Green

📋 copy color: '#485313'

red 72 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #485313

Tints of Verdun Green #485313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 41.38%
G = 47.7%
B = 10.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#485313 (or 0x485313) is known color: Verdun Green. HEX triplet: 48, 53 and 13. RGB value is (72,83,19). Sum of RGB (Red+Green+Blue) = 72+83+19=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #485313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485313 is #B7ACEC. Grayscale: #484848. Windows color (decimal): -12037357 or 1266504. OLE color: 1266504.

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

Color convert

RGB 72 83 19 -
CMYK 0.13 0 0.77 0.67
HSL 70.31º 0.63% 0.2% -
HSV(B) 70.31º 0.77% 0.33% -
XYZ 5.88 7.61 1.78 -
YUV 72.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 72 83 19 0.13 0 0.77 0.67 70.31 0.63 0.2
Hex 48 53 13 D 0 4D 43 46 3F 14
Octal 110 123 23 15 0 115 103 106 77 24
Binary 1001000 1010011 10011 1101 0 1001101 1000011 1000110 111111 10100

Color Harmonies of #485313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485313

Black with #485313

Text Example


Text Example

White with #485313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485313; }

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

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

background-color css

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

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

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

border-color css

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

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

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