Html Css Color HEX #315E40 Goblin

📋 copy color: '#315E40'

red 49 ◦ green 94 ◦ blue 64

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

Shades of Goblin #315E40

Tints of Goblin #315E40

RGB

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

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

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

R = 23.67%
G = 45.41%
B = 30.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#315E40 (or 0x315E40) is known color: Goblin. HEX triplet: 31, 5E and 40. RGB value is (49,94,64). Sum of RGB (Red+Green+Blue) = 49+94+64=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #315E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E40 is #CEA1BF. Grayscale: #4D4D4D. Windows color (decimal): -13541824 or 4218417. OLE color: 4218417.

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

Color convert

RGB 49 94 64 -
CMYK 0.48 0 0.32 0.63
HSL 140º 0.31% 0.28% -
HSV(B) 140º 0.48% 0.37% -
XYZ 6.19 9.03 6.27 -
YUV 77.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 49 94 64 0.48 0 0.32 0.63 140 0.31 0.28
Hex 31 5E 40 30 0 20 3F 8C 1F 1C
Octal 61 136 100 60 0 40 77 214 37 34
Binary 110001 1011110 1000000 110000 0 100000 111111 10001100 11111 11100

Color Harmonies of #315E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E40

Black with #315E40

Text Example


Text Example

White with #315E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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