Html Css Color HEX #355741 Goblin

📋 copy color: '#355741'

red 53 ◦ green 87 ◦ blue 65

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

Shades of Goblin #355741

Tints of Goblin #355741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

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

R = 25.85%
G = 42.44%
B = 31.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#355741 (or 0x355741) is known color: Goblin. HEX triplet: 35, 57 and 41. RGB value is (53,87,65). Sum of RGB (Red+Green+Blue) = 53+87+65=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #355741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355741 is #CAA8BE. Grayscale: #4A4A4A. Windows color (decimal): -13281471 or 4282165. OLE color: 4282165.

HSL color Cylindrical-coordinate representation of color #355741: hue angle of 141.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355741 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 65 -
CMYK 0.39 0 0.25 0.66
HSL 141.18º 0.24% 0.27% -
HSV(B) 141.18º 0.39% 0.34% -
XYZ 5.83 7.95 6.23 -
YUV 74.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 53 87 65 0.39 0 0.25 0.66 141.18 0.24 0.27
Hex 35 57 41 27 0 19 42 8D 18 1B
Octal 65 127 101 47 0 31 102 215 30 33
Binary 110101 1010111 1000001 100111 0 11001 1000010 10001101 11000 11011

Color Harmonies of #355741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355741

Black with #355741

Text Example


Text Example

White with #355741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355741; }

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

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

background-color css

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

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

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

border-color css

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

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

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