Html Css Color HEX #315D09 Verdun Green

📋 copy color: '#315D09'

red 49 ◦ green 93 ◦ blue 9

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

Shades of Verdun Green #315D09

Tints of Verdun Green #315D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.59%

 BLUE value IS 9 (3.91% from 255) = 5.96%

R = 32.45%
G = 61.59%
B = 5.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#315D09 (or 0x315D09) is known color: Verdun Green. HEX triplet: 31, 5D and 09. RGB value is (49,93,9). Sum of RGB (Red+Green+Blue) = 49+93+9=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #315D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315D09 is #CEA2F6. Grayscale: #464646. Windows color (decimal): -13542135 or 613681. OLE color: 613681.

HSL color Cylindrical-coordinate representation of color #315D09: hue angle of 91.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315D09 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 9 -
CMYK 0.47 0 0.90 0.64
HSL 91.43º 0.82% 0.2% -
HSV(B) 91.43º 0.9% 0.36% -
XYZ 5.23 8.5 1.62 -
YUV 70.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 49 93 9 0.47 0 0.90 0.64 91.43 0.82 0.2
Hex 31 5D 9 2F 0 5A 40 5B 52 14
Octal 61 135 11 57 0 132 100 133 122 24
Binary 110001 1011101 1001 101111 0 1011010 1000000 1011011 1010010 10100

Color Harmonies of #315D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D09

Black with #315D09

Text Example


Text Example

White with #315D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D09; }

 p { color: rgb(49,93,9); }

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

background-color css

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

 a { background-color: rgb(49,93,9); }

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

border-color css

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

 span { border-color: rgb(49,93,9); }

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