Html Css Color HEX #355A40 Goblin

📋 copy color: '#355A40'

red 53 ◦ green 90 ◦ blue 64

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

Shades of Goblin #355A40

Tints of Goblin #355A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

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

R = 25.6%
G = 43.48%
B = 30.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#355A40 (or 0x355A40) is known color: Goblin. HEX triplet: 35, 5A and 40. RGB value is (53,90,64). Sum of RGB (Red+Green+Blue) = 53+90+64=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #355A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A40 is #CAA5BF. Grayscale: #4C4C4C. Windows color (decimal): -13280704 or 4217397. OLE color: 4217397.

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

Color convert

RGB 53 90 64 -
CMYK 0.41 0 0.29 0.65
HSL 137.84º 0.26% 0.28% -
HSV(B) 137.84º 0.41% 0.35% -
XYZ 6.05 8.44 6.16 -
YUV 75.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 53 90 64 0.41 0 0.29 0.65 137.84 0.26 0.28
Hex 35 5A 40 29 0 1D 41 8A 1A 1C
Octal 65 132 100 51 0 35 101 212 32 34
Binary 110101 1011010 1000000 101001 0 11101 1000001 10001010 11010 11100

Color Harmonies of #355A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A40

Black with #355A40

Text Example


Text Example

White with #355A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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