Html Css Color HEX #315503 Verdun Green

📋 copy color: '#315503'

red 49 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #315503

Tints of Verdun Green #315503

RGB

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

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

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

R = 35.77%
G = 62.04%
B = 2.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#315503 (or 0x315503) is known color: Verdun Green. HEX triplet: 31, 55 and 03. RGB value is (49,85,3). Sum of RGB (Red+Green+Blue) = 49+85+3=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #315503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315503 is #CEAAFC. Grayscale: #414141. Windows color (decimal): -13544189 or 218417. OLE color: 218417.

HSL color Cylindrical-coordinate representation of color #315503: hue angle of 86.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #315503 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 3 -
CMYK 0.42 0 0.96 0.67
HSL 86.34º 0.93% 0.17% -
HSV(B) 86.34º 0.96% 0.33% -
XYZ 4.53 7.16 1.23 -
YUV 64.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 49 85 3 0.42 0 0.96 0.67 86.34 0.93 0.17
Hex 31 55 3 2A 0 60 43 56 5D 11
Octal 61 125 3 52 0 140 103 126 135 21
Binary 110001 1010101 11 101010 0 1100000 1000011 1010110 1011101 10001

Color Harmonies of #315503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315503

Black with #315503

Text Example


Text Example

White with #315503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315503; }

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

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

background-color css

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

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

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

border-color css

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

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

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