Html Css Color HEX #315A42 Goblin

📋 copy color: '#315A42'

red 49 ◦ green 90 ◦ blue 66

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

Shades of Goblin #315A42

Tints of Goblin #315A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 23.9%
G = 43.9%
B = 32.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#315A42 (or 0x315A42) is known color: Goblin. HEX triplet: 31, 5A and 42. RGB value is (49,90,66). Sum of RGB (Red+Green+Blue) = 49+90+66=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #315A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A42 is #CEA5BD. Grayscale: #4B4B4B. Windows color (decimal): -13542846 or 4348465. OLE color: 4348465.

HSL color Cylindrical-coordinate representation of color #315A42: hue angle of 144.88º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A42 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 66 -
CMYK 0.46 0 0.27 0.65
HSL 144.88º 0.29% 0.27% -
HSV(B) 144.88º 0.46% 0.35% -
XYZ 5.91 8.36 6.46 -
YUV 75.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 49 90 66 0.46 0 0.27 0.65 144.88 0.29 0.27
Hex 31 5A 42 2E 0 1B 41 91 1D 1B
Octal 61 132 102 56 0 33 101 221 35 33
Binary 110001 1011010 1000010 101110 0 11011 1000001 10010001 11101 11011

Color Harmonies of #315A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A42

Black with #315A42

Text Example


Text Example

White with #315A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,66); }

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

background-color css

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

 a { background-color: rgb(49,90,66); }

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

border-color css

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

 span { border-color: rgb(49,90,66); }

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