Html Css Color HEX #315A40 Goblin

📋 copy color: '#315A40'

red 49 ◦ green 90 ◦ blue 64

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

Shades of Goblin #315A40

Tints of Goblin #315A40

RGB

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

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

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

R = 24.14%
G = 44.33%
B = 31.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#315A40 (or 0x315A40) is known color: Goblin. HEX triplet: 31, 5A and 40. RGB value is (49,90,64). Sum of RGB (Red+Green+Blue) = 49+90+64=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #315A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A40 is #CEA5BF. Grayscale: #4A4A4A. Windows color (decimal): -13542848 or 4217393. OLE color: 4217393.

HSL color Cylindrical-coordinate representation of color #315A40: hue angle of 141.95º 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 #315A40 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 64 -
CMYK 0.46 0 0.29 0.65
HSL 141.95º 0.29% 0.27% -
HSV(B) 141.95º 0.46% 0.35% -
XYZ 5.85 8.34 6.15 -
YUV 74.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 49 90 64 0.46 0 0.29 0.65 141.95 0.29 0.27
Hex 31 5A 40 2E 0 1D 41 8E 1D 1B
Octal 61 132 100 56 0 35 101 216 35 33
Binary 110001 1011010 1000000 101110 0 11101 1000001 10001110 11101 11011

Color Harmonies of #315A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A40

Black with #315A40

Text Example


Text Example

White with #315A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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