Html Css Color HEX #355B41 Goblin

📋 copy color: '#355B41'

red 53 ◦ green 91 ◦ blue 65

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

Shades of Goblin #355B41

Tints of Goblin #355B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.54%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 25.36%
G = 43.54%
B = 31.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#355B41 (or 0x355B41) is known color: Goblin. HEX triplet: 35, 5B and 41. RGB value is (53,91,65). Sum of RGB (Red+Green+Blue) = 53+91+65=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #355B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B41 is #CAA4BE. Grayscale: #4C4C4C. Windows color (decimal): -13280447 or 4283189. OLE color: 4283189.

HSL color Cylindrical-coordinate representation of color #355B41: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B41 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 91 65 -
CMYK 0.42 0 0.29 0.64
HSL 138.95º 0.26% 0.28% -
HSV(B) 138.95º 0.42% 0.36% -
XYZ 6.16 8.62 6.34 -
YUV 76.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 53 91 65 0.42 0 0.29 0.64 138.95 0.26 0.28
Hex 35 5B 41 2A 0 1D 40 8B 1A 1C
Octal 65 133 101 52 0 35 100 213 32 34
Binary 110101 1011011 1000001 101010 0 11101 1000000 10001011 11010 11100

Color Harmonies of #355B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B41

Black with #355B41

Text Example


Text Example

White with #355B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355B41; }

 p { color: rgb(53,91,65); }

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

background-color css

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

 a { background-color: rgb(53,91,65); }

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

border-color css

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

 span { border-color: rgb(53,91,65); }

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