Html Css Color HEX #35473C Goblin

📋 copy color: '#35473C'

red 53 ◦ green 71 ◦ blue 60

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

Shades of Goblin #35473C

Tints of Goblin #35473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

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

R = 28.8%
G = 38.59%
B = 32.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#35473C (or 0x35473C) is known color: Goblin. HEX triplet: 35, 47 and 3C. RGB value is (53,71,60). Sum of RGB (Red+Green+Blue) = 53+71+60=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #35473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473C is #CAB8C3. Grayscale: #404040. Windows color (decimal): -13285572 or 3950389. OLE color: 3950389.

HSL color Cylindrical-coordinate representation of color #35473C: hue angle of 143.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473C is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 60 -
CMYK 0.25 0 0.15 0.72
HSL 143.33º 0.15% 0.24% -
HSV(B) 143.33º 0.25% 0.28% -
XYZ 4.54 5.59 5.11 -
YUV 64.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 53 71 60 0.25 0 0.15 0.72 143.33 0.15 0.24
Hex 35 47 3C 19 0 F 48 8F F 18
Octal 65 107 74 31 0 17 110 217 17 30
Binary 110101 1000111 111100 11001 0 1111 1001000 10001111 1111 11000

Color Harmonies of #35473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35473C

Black with #35473C

Text Example


Text Example

White with #35473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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