Html Css Color HEX #315504 Verdun Green

📋 copy color: '#315504'

red 49 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #315504

Tints of Verdun Green #315504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 35.51%
G = 61.59%
B = 2.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#315504 (or 0x315504) is known color: Verdun Green. HEX triplet: 31, 55 and 04. RGB value is (49,85,4). Sum of RGB (Red+Green+Blue) = 49+85+4=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #315504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315504 is #CEAAFB. Grayscale: #414141. Windows color (decimal): -13544188 or 283953. OLE color: 283953.

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

Color convert

RGB 49 85 4 -
CMYK 0.42 0 0.95 0.67
HSL 86.67º 0.91% 0.17% -
HSV(B) 86.67º 0.95% 0.33% -
XYZ 4.54 7.16 1.26 -
YUV 65 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 49 85 4 0.42 0 0.95 0.67 86.67 0.91 0.17
Hex 31 55 4 2A 0 5F 43 57 5B 11
Octal 61 125 4 52 0 137 103 127 133 21
Binary 110001 1010101 100 101010 0 1011111 1000011 1010111 1011011 10001

Color Harmonies of #315504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315504

Black with #315504

Text Example


Text Example

White with #315504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315504; }

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

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

background-color css

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

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

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

border-color css

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

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

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