Html Css Color HEX #355541 Goblin

📋 copy color: '#355541'

red 53 ◦ green 85 ◦ blue 65

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

Shades of Goblin #355541

Tints of Goblin #355541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 26.11%
G = 41.87%
B = 32.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#355541 (or 0x355541) is known color: Goblin. HEX triplet: 35, 55 and 41. RGB value is (53,85,65). Sum of RGB (Red+Green+Blue) = 53+85+65=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #355541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355541 is #CAAABE. Grayscale: #494949. Windows color (decimal): -13281983 or 4281653. OLE color: 4281653.

HSL color Cylindrical-coordinate representation of color #355541: hue angle of 142.5º 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 #355541 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 65 -
CMYK 0.38 0 0.24 0.67
HSL 142.5º 0.23% 0.27% -
HSV(B) 142.5º 0.38% 0.33% -
XYZ 5.67 7.64 6.18 -
YUV 73.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 53 85 65 0.38 0 0.24 0.67 142.5 0.23 0.27
Hex 35 55 41 26 0 18 43 8E 17 1B
Octal 65 125 101 46 0 30 103 216 27 33
Binary 110101 1010101 1000001 100110 0 11000 1000011 10001110 10111 11011

Color Harmonies of #355541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355541

Black with #355541

Text Example


Text Example

White with #355541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355541; }

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

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

background-color css

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

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

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

border-color css

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

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

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