Html Css Color HEX #315D40 Goblin

📋 copy color: '#315D40'

red 49 ◦ green 93 ◦ blue 64

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

Shades of Goblin #315D40

Tints of Goblin #315D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 23.79%
G = 45.15%
B = 31.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#315D40 (or 0x315D40) is known color: Goblin. HEX triplet: 31, 5D and 40. RGB value is (49,93,64). Sum of RGB (Red+Green+Blue) = 49+93+64=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #315D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D40 is #CEA2BF. Grayscale: #4C4C4C. Windows color (decimal): -13542080 or 4218161. OLE color: 4218161.

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

Color convert

RGB 49 93 64 -
CMYK 0.47 0 0.31 0.64
HSL 140.45º 0.31% 0.28% -
HSV(B) 140.45º 0.47% 0.36% -
XYZ 6.11 8.85 6.24 -
YUV 76.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 49 93 64 0.47 0 0.31 0.64 140.45 0.31 0.28
Hex 31 5D 40 2F 0 1F 40 8C 1F 1C
Octal 61 135 100 57 0 37 100 214 37 34
Binary 110001 1011101 1000000 101111 0 11111 1000000 10001100 11111 11100

Color Harmonies of #315D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D40

Black with #315D40

Text Example


Text Example

White with #315D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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