Html Css Color HEX #315D08 Verdun Green

📋 copy color: '#315D08'

red 49 ◦ green 93 ◦ blue 8

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

Shades of Verdun Green #315D08

Tints of Verdun Green #315D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 32.67%
G = 62%
B = 5.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#315D08 (or 0x315D08) is known color: Verdun Green. HEX triplet: 31, 5D and 08. RGB value is (49,93,8). Sum of RGB (Red+Green+Blue) = 49+93+8=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #315D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315D08 is #CEA2F7. Grayscale: #464646. Windows color (decimal): -13542136 or 548145. OLE color: 548145.

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

Color convert

RGB 49 93 8 -
CMYK 0.47 0 0.91 0.64
HSL 91.06º 0.84% 0.2% -
HSV(B) 91.06º 0.91% 0.36% -
XYZ 5.22 8.5 1.59 -
YUV 70.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 49 93 8 0.47 0 0.91 0.64 91.06 0.84 0.2
Hex 31 5D 8 2F 0 5B 40 5B 54 14
Octal 61 135 10 57 0 133 100 133 124 24
Binary 110001 1011101 1000 101111 0 1011011 1000000 1011011 1010100 10100

Color Harmonies of #315D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D08

Black with #315D08

Text Example


Text Example

White with #315D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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