Html Css Color HEX #355842 Goblin

📋 copy color: '#355842'

red 53 ◦ green 88 ◦ blue 66

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

Shades of Goblin #355842

Tints of Goblin #355842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 25.6%
G = 42.51%
B = 31.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#355842 (or 0x355842) is known color: Goblin. HEX triplet: 35, 58 and 42. RGB value is (53,88,66). Sum of RGB (Red+Green+Blue) = 53+88+66=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #355842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355842 is #CAA7BD. Grayscale: #4B4B4B. Windows color (decimal): -13281214 or 4347957. OLE color: 4347957.

HSL color Cylindrical-coordinate representation of color #355842: hue angle of 142.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355842 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 66 -
CMYK 0.40 0 0.25 0.65
HSL 142.29º 0.25% 0.28% -
HSV(B) 142.29º 0.4% 0.35% -
XYZ 5.94 8.13 6.41 -
YUV 75.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 53 88 66 0.40 0 0.25 0.65 142.29 0.25 0.28
Hex 35 58 42 28 0 19 41 8E 19 1C
Octal 65 130 102 50 0 31 101 216 31 34
Binary 110101 1011000 1000010 101000 0 11001 1000001 10001110 11001 11100

Color Harmonies of #355842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355842

Black with #355842

Text Example


Text Example

White with #355842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355842; }

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

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

background-color css

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

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

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

border-color css

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

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

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