Html Css Color HEX #35493C Goblin

📋 copy color: '#35493C'

red 53 ◦ green 73 ◦ blue 60

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

Shades of Goblin #35493C

Tints of Goblin #35493C

RGB

 RED value IS 53 (21.09% from 255) = 28.49%

 GREEN value IS 73 (28.91% from 255) = 39.25%

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

R = 28.49%
G = 39.25%
B = 32.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#35493C (or 0x35493C) is known color: Goblin. HEX triplet: 35, 49 and 3C. RGB value is (53,73,60). Sum of RGB (Red+Green+Blue) = 53+73+60=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #35493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35493C is #CAB6C3. Grayscale: #414141. Windows color (decimal): -13285060 or 3950901. OLE color: 3950901.

HSL color Cylindrical-coordinate representation of color #35493C: hue angle of 141º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #35493C is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 60 -
CMYK 0.27 0 0.18 0.71
HSL 141º 0.16% 0.25% -
HSV(B) 141º 0.27% 0.29% -
XYZ 4.67 5.85 5.16 -
YUV 65.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 53 73 60 0.27 0 0.18 0.71 141 0.16 0.25
Hex 35 49 3C 1B 0 12 47 8D 10 19
Octal 65 111 74 33 0 22 107 215 20 31
Binary 110101 1001001 111100 11011 0 10010 1000111 10001101 10000 11001

Color Harmonies of #35493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35493C

Black with #35493C

Text Example


Text Example

White with #35493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,73,60); }

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

background-color css

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

 a { background-color: rgb(53,73,60); }

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

border-color css

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

 span { border-color: rgb(53,73,60); }

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