Html Css Color HEX #315D41 Goblin

📋 copy color: '#315D41'

red 49 ◦ green 93 ◦ blue 65

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

Shades of Goblin #315D41

Tints of Goblin #315D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 23.67%
G = 44.93%
B = 31.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#315D41 (or 0x315D41) is known color: Goblin. HEX triplet: 31, 5D and 41. RGB value is (49,93,65). Sum of RGB (Red+Green+Blue) = 49+93+65=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #315D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D41 is #CEA2BE. Grayscale: #4C4C4C. Windows color (decimal): -13542079 or 4283697. OLE color: 4283697.

HSL color Cylindrical-coordinate representation of color #315D41: hue angle of 141.82º 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 #315D41 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 65 -
CMYK 0.47 0 0.30 0.64
HSL 141.82º 0.31% 0.28% -
HSV(B) 141.82º 0.47% 0.36% -
XYZ 6.14 8.86 6.39 -
YUV 76.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 49 93 65 0.47 0 0.30 0.64 141.82 0.31 0.28
Hex 31 5D 41 2F 0 1E 40 8E 1F 1C
Octal 61 135 101 57 0 36 100 216 37 34
Binary 110001 1011101 1000001 101111 0 11110 1000000 10001110 11111 11100

Color Harmonies of #315D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D41

Black with #315D41

Text Example


Text Example

White with #315D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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