Html Css Color HEX #355543 Goblin

📋 copy color: '#355543'

red 53 ◦ green 85 ◦ blue 67

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

Shades of Goblin #355543

Tints of Goblin #355543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 67 (26.56% from 255) = 32.68%

R = 25.85%
G = 41.46%
B = 32.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#355543 (or 0x355543) is known color: Goblin. HEX triplet: 35, 55 and 43. RGB value is (53,85,67). Sum of RGB (Red+Green+Blue) = 53+85+67=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #355543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355543 is #CAAABC. Grayscale: #494949. Windows color (decimal): -13281981 or 4412725. OLE color: 4412725.

HSL color Cylindrical-coordinate representation of color #355543: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355543 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 67 -
CMYK 0.38 0 0.21 0.67
HSL 146.25º 0.23% 0.27% -
HSV(B) 146.25º 0.38% 0.33% -
XYZ 5.73 7.66 6.49 -
YUV 73.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 53 85 67 0.38 0 0.21 0.67 146.25 0.23 0.27
Hex 35 55 43 26 0 15 43 92 17 1B
Octal 65 125 103 46 0 25 103 222 27 33
Binary 110101 1010101 1000011 100110 0 10101 1000011 10010010 10111 11011

Color Harmonies of #355543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355543

Black with #355543

Text Example


Text Example

White with #355543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355543; }

 p { color: rgb(53,85,67); }

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

background-color css

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

 a { background-color: rgb(53,85,67); }

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

border-color css

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

 span { border-color: rgb(53,85,67); }

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