Html Css Color HEX #355743 Goblin

📋 copy color: '#355743'

red 53 ◦ green 87 ◦ blue 67

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

Shades of Goblin #355743

Tints of Goblin #355743

RGB

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

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

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

R = 25.6%
G = 42.03%
B = 32.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#355743 (or 0x355743) is known color: Goblin. HEX triplet: 35, 57 and 43. RGB value is (53,87,67). Sum of RGB (Red+Green+Blue) = 53+87+67=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #355743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355743 is #CAA8BC. Grayscale: #4A4A4A. Windows color (decimal): -13281469 or 4413237. OLE color: 4413237.

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

Color convert

RGB 53 87 67 -
CMYK 0.39 0 0.23 0.66
HSL 144.71º 0.24% 0.27% -
HSV(B) 144.71º 0.39% 0.34% -
XYZ 5.89 7.98 6.54 -
YUV 74.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 53 87 67 0.39 0 0.23 0.66 144.71 0.24 0.27
Hex 35 57 43 27 0 17 42 91 18 1B
Octal 65 127 103 47 0 27 102 221 30 33
Binary 110101 1010111 1000011 100111 0 10111 1000010 10010001 11000 11011

Color Harmonies of #355743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355743

Black with #355743

Text Example


Text Example

White with #355743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355743; }

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

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

background-color css

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

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

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

border-color css

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

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

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