Html Css Color HEX #35493E Goblin

📋 copy color: '#35493E'

red 53 ◦ green 73 ◦ blue 62

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

Shades of Goblin #35493E

Tints of Goblin #35493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.98%

R = 28.19%
G = 38.83%
B = 32.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#35493E (or 0x35493E) is known color: Goblin. HEX triplet: 35, 49 and 3E. RGB value is (53,73,62). Sum of RGB (Red+Green+Blue) = 53+73+62=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #35493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35493E is #CAB6C1. Grayscale: #414141. Windows color (decimal): -13285058 or 4081973. OLE color: 4081973.

HSL color Cylindrical-coordinate representation of color #35493E: hue angle of 147º 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 #35493E is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 62 -
CMYK 0.27 0 0.15 0.71
HSL 147º 0.16% 0.25% -
HSV(B) 147º 0.27% 0.29% -
XYZ 4.72 5.87 5.44 -
YUV 65.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 53 73 62 0.27 0 0.15 0.71 147 0.16 0.25
Hex 35 49 3E 1B 0 F 47 93 10 19
Octal 65 111 76 33 0 17 107 223 20 31
Binary 110101 1001001 111110 11011 0 1111 1000111 10010011 10000 11001

Color Harmonies of #35493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35493E

Black with #35493E

Text Example


Text Example

White with #35493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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