Html Css Color HEX #355643 Goblin

📋 copy color: '#355643'

red 53 ◦ green 86 ◦ blue 67

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

Shades of Goblin #355643

Tints of Goblin #355643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

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

R = 25.73%
G = 41.75%
B = 32.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#355643 (or 0x355643) is known color: Goblin. HEX triplet: 35, 56 and 43. RGB value is (53,86,67). Sum of RGB (Red+Green+Blue) = 53+86+67=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #355643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355643 is #CAA9BC. Grayscale: #4A4A4A. Windows color (decimal): -13281725 or 4412981. OLE color: 4412981.

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

Color convert

RGB 53 86 67 -
CMYK 0.38 0 0.22 0.66
HSL 145.45º 0.24% 0.27% -
HSV(B) 145.45º 0.38% 0.34% -
XYZ 5.81 7.82 6.51 -
YUV 73.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 53 86 67 0.38 0 0.22 0.66 145.45 0.24 0.27
Hex 35 56 43 26 0 16 42 91 18 1B
Octal 65 126 103 46 0 26 102 221 30 33
Binary 110101 1010110 1000011 100110 0 10110 1000010 10010001 11000 11011

Color Harmonies of #355643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355643

Black with #355643

Text Example


Text Example

White with #355643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355643; }

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

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

background-color css

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

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

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

border-color css

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

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

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