Html Css Color HEX #315903 Verdun Green

📋 copy color: '#315903'

red 49 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #315903

Tints of Verdun Green #315903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 63.12%

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

R = 34.75%
G = 63.12%
B = 2.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#315903 (or 0x315903) is known color: Verdun Green. HEX triplet: 31, 59 and 03. RGB value is (49,89,3). Sum of RGB (Red+Green+Blue) = 49+89+3=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #315903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315903 is #CEA6FC. Grayscale: #434343. Windows color (decimal): -13543165 or 219441. OLE color: 219441.

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

Color convert

RGB 49 89 3 -
CMYK 0.45 0 0.97 0.65
HSL 87.91º 0.93% 0.18% -
HSV(B) 87.91º 0.97% 0.35% -
XYZ 4.86 7.8 1.34 -
YUV 67.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 49 89 3 0.45 0 0.97 0.65 87.91 0.93 0.18
Hex 31 59 3 2D 0 61 41 58 5D 12
Octal 61 131 3 55 0 141 101 130 135 22
Binary 110001 1011001 11 101101 0 1100001 1000001 1011000 1011101 10010

Color Harmonies of #315903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315903

Black with #315903

Text Example


Text Example

White with #315903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315903; }

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

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

background-color css

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

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

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

border-color css

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

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

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