Html Css Color HEX #355740 Goblin

📋 copy color: '#355740'

red 53 ◦ green 87 ◦ blue 64

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

Shades of Goblin #355740

Tints of Goblin #355740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 25.98%
G = 42.65%
B = 31.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#355740 (or 0x355740) is known color: Goblin. HEX triplet: 35, 57 and 40. RGB value is (53,87,64). Sum of RGB (Red+Green+Blue) = 53+87+64=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #355740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355740 is #CAA8BF. Grayscale: #4A4A4A. Windows color (decimal): -13281472 or 4216629. OLE color: 4216629.

HSL color Cylindrical-coordinate representation of color #355740: hue angle of 139.41º 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 #355740 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 64 -
CMYK 0.39 0 0.26 0.66
HSL 139.41º 0.24% 0.27% -
HSV(B) 139.41º 0.39% 0.34% -
XYZ 5.8 7.94 6.08 -
YUV 74.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 53 87 64 0.39 0 0.26 0.66 139.41 0.24 0.27
Hex 35 57 40 27 0 1A 42 8B 18 1B
Octal 65 127 100 47 0 32 102 213 30 33
Binary 110101 1010111 1000000 100111 0 11010 1000010 10001011 11000 11011

Color Harmonies of #355740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355740

Black with #355740

Text Example


Text Example

White with #355740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355740; }

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

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

background-color css

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

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

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

border-color css

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

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

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