Html Css Color HEX #315F40 Goblin

📋 copy color: '#315F40'

red 49 ◦ green 95 ◦ blue 64

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

Shades of Goblin #315F40

Tints of Goblin #315F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.67%

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

R = 23.56%
G = 45.67%
B = 30.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#315F40 (or 0x315F40) is known color: Goblin. HEX triplet: 31, 5F and 40. RGB value is (49,95,64). Sum of RGB (Red+Green+Blue) = 49+95+64=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #315F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F40 is #CEA0BF. Grayscale: #4D4D4D. Windows color (decimal): -13541568 or 4218673. OLE color: 4218673.

HSL color Cylindrical-coordinate representation of color #315F40: hue angle of 139.57º degrees, saturation: 0.32, 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 #315F40 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 95 64 -
CMYK 0.48 0 0.33 0.63
HSL 139.57º 0.32% 0.28% -
HSV(B) 139.57º 0.48% 0.37% -
XYZ 6.28 9.21 6.3 -
YUV 77.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 49 95 64 0.48 0 0.33 0.63 139.57 0.32 0.28
Hex 31 5F 40 30 0 21 3F 8C 20 1C
Octal 61 137 100 60 0 41 77 214 40 34
Binary 110001 1011111 1000000 110000 0 100001 111111 10001100 100000 11100

Color Harmonies of #315F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F40

Black with #315F40

Text Example


Text Example

White with #315F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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