Html Css Color HEX #355642 Goblin

📋 copy color: '#355642'

red 53 ◦ green 86 ◦ blue 66

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

Shades of Goblin #355642

Tints of Goblin #355642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 25.85%
G = 41.95%
B = 32.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#355642 (or 0x355642) is known color: Goblin. HEX triplet: 35, 56 and 42. RGB value is (53,86,66). Sum of RGB (Red+Green+Blue) = 53+86+66=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #355642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355642 is #CAA9BD. Grayscale: #494949. Windows color (decimal): -13281726 or 4347445. OLE color: 4347445.

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

Color convert

RGB 53 86 66 -
CMYK 0.38 0 0.23 0.66
HSL 143.64º 0.24% 0.27% -
HSV(B) 143.64º 0.38% 0.34% -
XYZ 5.78 7.81 6.36 -
YUV 73.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 53 86 66 0.38 0 0.23 0.66 143.64 0.24 0.27
Hex 35 56 42 26 0 17 42 90 18 1B
Octal 65 126 102 46 0 27 102 220 30 33
Binary 110101 1010110 1000010 100110 0 10111 1000010 10010000 11000 11011

Color Harmonies of #355642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355642

Black with #355642

Text Example


Text Example

White with #355642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355642; }

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

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

background-color css

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

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

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

border-color css

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

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

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