Html Css Color HEX #355B40 Goblin

📋 copy color: '#355B40'

red 53 ◦ green 91 ◦ blue 64

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

Shades of Goblin #355B40

Tints of Goblin #355B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 25.48%
G = 43.75%
B = 30.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#355B40 (or 0x355B40) is known color: Goblin. HEX triplet: 35, 5B and 40. RGB value is (53,91,64). Sum of RGB (Red+Green+Blue) = 53+91+64=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #355B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B40 is #CAA4BF. Grayscale: #4C4C4C. Windows color (decimal): -13280448 or 4217653. OLE color: 4217653.

HSL color Cylindrical-coordinate representation of color #355B40: hue angle of 137.37º 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 #355B40 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 91 64 -
CMYK 0.42 0 0.30 0.64
HSL 137.37º 0.26% 0.28% -
HSV(B) 137.37º 0.42% 0.36% -
XYZ 6.13 8.61 6.19 -
YUV 76.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 53 91 64 0.42 0 0.30 0.64 137.37 0.26 0.28
Hex 35 5B 40 2A 0 1E 40 89 1A 1C
Octal 65 133 100 52 0 36 100 211 32 34
Binary 110101 1011011 1000000 101010 0 11110 1000000 10001001 11010 11100

Color Harmonies of #355B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B40

Black with #355B40

Text Example


Text Example

White with #355B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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