Html Css Color HEX #315B3C Goblin

📋 copy color: '#315B3C'

red 49 ◦ green 91 ◦ blue 60

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

Shades of Goblin #315B3C

Tints of Goblin #315B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 24.5%
G = 45.5%
B = 30%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#315B3C (or 0x315B3C) is known color: Goblin. HEX triplet: 31, 5B and 3C. RGB value is (49,91,60). Sum of RGB (Red+Green+Blue) = 49+91+60=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #315B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B3C is #CEA4C3. Grayscale: #4A4A4A. Windows color (decimal): -13542596 or 3955505. OLE color: 3955505.

HSL color Cylindrical-coordinate representation of color #315B3C: hue angle of 135.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B3C is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 91 60 -
CMYK 0.46 0 0.34 0.64
HSL 135.71º 0.3% 0.27% -
HSV(B) 135.71º 0.46% 0.36% -
XYZ 5.82 8.46 5.6 -
YUV 74.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 49 91 60 0.46 0 0.34 0.64 135.71 0.3 0.27
Hex 31 5B 3C 2E 0 22 40 88 1E 1B
Octal 61 133 74 56 0 42 100 210 36 33
Binary 110001 1011011 111100 101110 0 100010 1000000 10001000 11110 11011

Color Harmonies of #315B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B3C

Black with #315B3C

Text Example


Text Example

White with #315B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,60); }

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

background-color css

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

 a { background-color: rgb(49,91,60); }

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

border-color css

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

 span { border-color: rgb(49,91,60); }

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