Html Css Color HEX #315703 Verdun Green

📋 copy color: '#315703'

red 49 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #315703

Tints of Verdun Green #315703

RGB

 RED value IS 49 (19.53% from 255) = 35.25%

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 35.25%
G = 62.59%
B = 2.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#315703 (or 0x315703) is known color: Verdun Green. HEX triplet: 31, 57 and 03. RGB value is (49,87,3). Sum of RGB (Red+Green+Blue) = 49+87+3=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #315703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315703 is #CEA8FC. Grayscale: #424242. Windows color (decimal): -13543677 or 218929. OLE color: 218929.

HSL color Cylindrical-coordinate representation of color #315703: hue angle of 87.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #315703 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 3 -
CMYK 0.44 0 0.97 0.66
HSL 87.14º 0.93% 0.18% -
HSV(B) 87.14º 0.97% 0.34% -
XYZ 4.69 7.48 1.28 -
YUV 66.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 49 87 3 0.44 0 0.97 0.66 87.14 0.93 0.18
Hex 31 57 3 2C 0 61 42 57 5D 12
Octal 61 127 3 54 0 141 102 127 135 22
Binary 110001 1010111 11 101100 0 1100001 1000010 1010111 1011101 10010

Color Harmonies of #315703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315703

Black with #315703

Text Example


Text Example

White with #315703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315703; }

 p { color: rgb(49,87,3); }

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

background-color css

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

 a { background-color: rgb(49,87,3); }

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

border-color css

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

 span { border-color: rgb(49,87,3); }

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