Html Css Color HEX #355944 Goblin

📋 copy color: '#355944'

red 53 ◦ green 89 ◦ blue 68

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

Shades of Goblin #355944

Tints of Goblin #355944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 25.24%
G = 42.38%
B = 32.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#355944 (or 0x355944) is known color: Goblin. HEX triplet: 35, 59 and 44. RGB value is (53,89,68). Sum of RGB (Red+Green+Blue) = 53+89+68=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #355944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355944 is #CAA6BB. Grayscale: #4B4B4B. Windows color (decimal): -13280956 or 4479285. OLE color: 4479285.

HSL color Cylindrical-coordinate representation of color #355944: hue angle of 145º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355944 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 68 -
CMYK 0.40 0 0.24 0.65
HSL 145º 0.25% 0.28% -
HSV(B) 145º 0.4% 0.35% -
XYZ 6.08 8.32 6.75 -
YUV 75.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 53 89 68 0.40 0 0.24 0.65 145 0.25 0.28
Hex 35 59 44 28 0 18 41 91 19 1C
Octal 65 131 104 50 0 30 101 221 31 34
Binary 110101 1011001 1000100 101000 0 11000 1000001 10010001 11001 11100

Color Harmonies of #355944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355944

Black with #355944

Text Example


Text Example

White with #355944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355944; }

 p { color: rgb(53,89,68); }

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

background-color css

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

 a { background-color: rgb(53,89,68); }

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

border-color css

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

 span { border-color: rgb(53,89,68); }

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