Html Css Color HEX #355242 Goblin

📋 copy color: '#355242'

red 53 ◦ green 82 ◦ blue 66

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

Shades of Goblin #355242

Tints of Goblin #355242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 26.37%
G = 40.8%
B = 32.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#355242 (or 0x355242) is known color: Goblin. HEX triplet: 35, 52 and 42. RGB value is (53,82,66). Sum of RGB (Red+Green+Blue) = 53+82+66=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #355242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355242 is #CAADBD. Grayscale: #474747. Windows color (decimal): -13282750 or 4346421. OLE color: 4346421.

HSL color Cylindrical-coordinate representation of color #355242: hue angle of 146.9º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355242 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 66 -
CMYK 0.35 0 0.20 0.68
HSL 146.9º 0.21% 0.26% -
HSV(B) 146.9º 0.35% 0.32% -
XYZ 5.47 7.18 6.25 -
YUV 71.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 53 82 66 0.35 0 0.20 0.68 146.9 0.21 0.26
Hex 35 52 42 23 0 14 44 93 15 1A
Octal 65 122 102 43 0 24 104 223 25 32
Binary 110101 1010010 1000010 100011 0 10100 1000100 10010011 10101 11010

Color Harmonies of #355242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355242

Black with #355242

Text Example


Text Example

White with #355242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355242; }

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

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

background-color css

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

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

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

border-color css

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

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

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