Html Css Color HEX #31553C Goblin

📋 copy color: '#31553C'

red 49 ◦ green 85 ◦ blue 60

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

Shades of Goblin #31553C

Tints of Goblin #31553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

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

R = 25.26%
G = 43.81%
B = 30.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#31553C (or 0x31553C) is known color: Goblin. HEX triplet: 31, 55 and 3C. RGB value is (49,85,60). Sum of RGB (Red+Green+Blue) = 49+85+60=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #31553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31553C is #CEAAC3. Grayscale: #474747. Windows color (decimal): -13544132 or 3953969. OLE color: 3953969.

HSL color Cylindrical-coordinate representation of color #31553C: hue angle of 138.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31553C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 60 -
CMYK 0.42 0 0.29 0.67
HSL 138.33º 0.27% 0.26% -
HSV(B) 138.33º 0.42% 0.33% -
XYZ 5.33 7.48 5.44 -
YUV 71.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 49 85 60 0.42 0 0.29 0.67 138.33 0.27 0.26
Hex 31 55 3C 2A 0 1D 43 8A 1B 1A
Octal 61 125 74 52 0 35 103 212 33 32
Binary 110001 1010101 111100 101010 0 11101 1000011 10001010 11011 11010

Color Harmonies of #31553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31553C

Black with #31553C

Text Example


Text Example

White with #31553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31553C; }

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

 H1.HeaderClassName
 {
   color: #31553C;
 }
 .AnyTagClassName
 {
   color: #31553C;
 }
</style>

background-color css

<style>
 a { background-color: #31553C; }

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

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

border-color css

<style>
 span { border-color: #31553C; }

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

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