Html Css Color HEX #315339 Goblin

📋 copy color: '#315339'

red 49 ◦ green 83 ◦ blue 57

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

Shades of Goblin #315339

Tints of Goblin #315339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 25.93%
G = 43.92%
B = 30.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#315339 (or 0x315339) is known color: Goblin. HEX triplet: 31, 53 and 39. RGB value is (49,83,57). Sum of RGB (Red+Green+Blue) = 49+83+57=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #315339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315339 is #CEACC6. Grayscale: #454545. Windows color (decimal): -13544647 or 3756849. OLE color: 3756849.

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

Color convert

RGB 49 83 57 -
CMYK 0.41 0 0.31 0.67
HSL 134.12º 0.26% 0.26% -
HSV(B) 134.12º 0.41% 0.33% -
XYZ 5.1 7.13 4.98 -
YUV 69.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 49 83 57 0.41 0 0.31 0.67 134.12 0.26 0.26
Hex 31 53 39 29 0 1F 43 86 1A 1A
Octal 61 123 71 51 0 37 103 206 32 32
Binary 110001 1010011 111001 101001 0 11111 1000011 10000110 11010 11010

Color Harmonies of #315339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315339

Black with #315339

Text Example


Text Example

White with #315339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315339; }

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

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

background-color css

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

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

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

border-color css

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

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

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