Html Css Color HEX #355943 Goblin

📋 copy color: '#355943'

red 53 ◦ green 89 ◦ blue 67

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

Shades of Goblin #355943

Tints of Goblin #355943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 25.36%
G = 42.58%
B = 32.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#355943 (or 0x355943) is known color: Goblin. HEX triplet: 35, 59 and 43. RGB value is (53,89,67). Sum of RGB (Red+Green+Blue) = 53+89+67=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #355943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355943 is #CAA6BC. Grayscale: #4B4B4B. Windows color (decimal): -13280957 or 4413749. OLE color: 4413749.

HSL color Cylindrical-coordinate representation of color #355943: hue angle of 143.33º 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 #355943 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 67 -
CMYK 0.40 0 0.25 0.65
HSL 143.33º 0.25% 0.28% -
HSV(B) 143.33º 0.4% 0.35% -
XYZ 6.05 8.31 6.59 -
YUV 75.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 53 89 67 0.40 0 0.25 0.65 143.33 0.25 0.28
Hex 35 59 43 28 0 19 41 8F 19 1C
Octal 65 131 103 50 0 31 101 217 31 34
Binary 110101 1011001 1000011 101000 0 11001 1000001 10001111 11001 11100

Color Harmonies of #355943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355943

Black with #355943

Text Example


Text Example

White with #355943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355943; }

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

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

background-color css

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

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

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

border-color css

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

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

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