Html Css Color HEX #315501 Verdun Green

📋 copy color: '#315501'

red 49 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #315501

Tints of Verdun Green #315501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 36.3%
G = 62.96%
B = 0.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#315501 (or 0x315501) is known color: Verdun Green. HEX triplet: 31, 55 and 01. RGB value is (49,85,1). Sum of RGB (Red+Green+Blue) = 49+85+1=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #315501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315501 is #CEAAFE. Grayscale: #404040. Windows color (decimal): -13544191 or 87345. OLE color: 87345.

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

Color convert

RGB 49 85 1 -
CMYK 0.42 0 0.99 0.67
HSL 85.71º 0.98% 0.17% -
HSV(B) 85.71º 0.99% 0.33% -
XYZ 4.52 7.15 1.17 -
YUV 64.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 49 85 1 0.42 0 0.99 0.67 85.71 0.98 0.17
Hex 31 55 1 2A 0 63 43 56 62 11
Octal 61 125 1 52 0 143 103 126 142 21
Binary 110001 1010101 1 101010 0 1100011 1000011 1010110 1100010 10001

Color Harmonies of #315501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315501

Black with #315501

Text Example


Text Example

White with #315501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315501; }

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

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

background-color css

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

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

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

border-color css

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

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

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