Html Css Color HEX #315E41 Goblin

📋 copy color: '#315E41'

red 49 ◦ green 94 ◦ blue 65

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

Shades of Goblin #315E41

Tints of Goblin #315E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.19%

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

R = 23.56%
G = 45.19%
B = 31.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#315E41 (or 0x315E41) is known color: Goblin. HEX triplet: 31, 5E and 41. RGB value is (49,94,65). Sum of RGB (Red+Green+Blue) = 49+94+65=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #315E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E41 is #CEA1BE. Grayscale: #4D4D4D. Windows color (decimal): -13541823 or 4283953. OLE color: 4283953.

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

Color convert

RGB 49 94 65 -
CMYK 0.48 0 0.31 0.63
HSL 141.33º 0.31% 0.28% -
HSV(B) 141.33º 0.48% 0.37% -
XYZ 6.22 9.04 6.42 -
YUV 77.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 49 94 65 0.48 0 0.31 0.63 141.33 0.31 0.28
Hex 31 5E 41 30 0 1F 3F 8D 1F 1C
Octal 61 136 101 60 0 37 77 215 37 34
Binary 110001 1011110 1000001 110000 0 11111 111111 10001101 11111 11100

Color Harmonies of #315E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E41

Black with #315E41

Text Example


Text Example

White with #315E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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