Html Css Color HEX #355C40 Goblin

📋 copy color: '#355C40'

red 53 ◦ green 92 ◦ blue 64

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

Shades of Goblin #355C40

Tints of Goblin #355C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 25.36%
G = 44.02%
B = 30.62%

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

#355C40 (or 0x355C40) is known color: Goblin. HEX triplet: 35, 5C and 40. RGB value is (53,92,64). Sum of RGB (Red+Green+Blue) = 53+92+64=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #355C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C40 is #CAA3BF. Grayscale: #4D4D4D. Windows color (decimal): -13280192 or 4217909. OLE color: 4217909.

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

Color convert

RGB 53 92 64 -
CMYK 0.42 0 0.30 0.64
HSL 136.92º 0.27% 0.28% -
HSV(B) 136.92º 0.42% 0.36% -
XYZ 6.22 8.78 6.22 -
YUV 77.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 53 92 64 0.42 0 0.30 0.64 136.92 0.27 0.28
Hex 35 5C 40 2A 0 1E 40 89 1B 1C
Octal 65 134 100 52 0 36 100 211 33 34
Binary 110101 1011100 1000000 101010 0 11110 1000000 10001001 11011 11100

Color Harmonies of #355C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C40

Black with #355C40

Text Example


Text Example

White with #355C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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