Html Css Color HEX #355D41 Goblin

📋 copy color: '#355D41'

red 53 ◦ green 93 ◦ blue 65

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

Shades of Goblin #355D41

Tints of Goblin #355D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

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

R = 25.12%
G = 44.08%
B = 30.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#355D41 (or 0x355D41) is known color: Goblin. HEX triplet: 35, 5D and 41. RGB value is (53,93,65). Sum of RGB (Red+Green+Blue) = 53+93+65=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #355D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D41 is #CAA2BE. Grayscale: #4D4D4D. Windows color (decimal): -13279935 or 4283701. OLE color: 4283701.

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

Color convert

RGB 53 93 65 -
CMYK 0.43 0 0.30 0.64
HSL 138º 0.27% 0.29% -
HSV(B) 138º 0.43% 0.36% -
XYZ 6.34 8.97 6.4 -
YUV 77.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 53 93 65 0.43 0 0.30 0.64 138 0.27 0.29
Hex 35 5D 41 2B 0 1E 40 8A 1B 1D
Octal 65 135 101 53 0 36 100 212 33 35
Binary 110101 1011101 1000001 101011 0 11110 1000000 10001010 11011 11101

Color Harmonies of #355D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D41

Black with #355D41

Text Example


Text Example

White with #355D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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