Html Css Color HEX #315439 Goblin

📋 copy color: '#315439'

red 49 ◦ green 84 ◦ blue 57

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

Shades of Goblin #315439

Tints of Goblin #315439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 57 (22.66% from 255) = 30%

R = 25.79%
G = 44.21%
B = 30%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#315439 (or 0x315439) is known color: Goblin. HEX triplet: 31, 54 and 39. RGB value is (49,84,57). Sum of RGB (Red+Green+Blue) = 49+84+57=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #315439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315439 is #CEABC6. Grayscale: #464646. Windows color (decimal): -13544391 or 3757105. OLE color: 3757105.

HSL color Cylindrical-coordinate representation of color #315439: hue angle of 133.71º degrees, saturation: 0.26, 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 #315439 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 57 -
CMYK 0.42 0 0.32 0.67
HSL 133.71º 0.26% 0.26% -
HSV(B) 133.71º 0.42% 0.33% -
XYZ 5.18 7.29 5.01 -
YUV 70.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 49 84 57 0.42 0 0.32 0.67 133.71 0.26 0.26
Hex 31 54 39 2A 0 20 43 86 1A 1A
Octal 61 124 71 52 0 40 103 206 32 32
Binary 110001 1010100 111001 101010 0 100000 1000011 10000110 11010 11010

Color Harmonies of #315439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315439

Black with #315439

Text Example


Text Example

White with #315439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315439; }

 p { color: rgb(49,84,57); }

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

background-color css

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

 a { background-color: rgb(49,84,57); }

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

border-color css

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

 span { border-color: rgb(49,84,57); }

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