Html Css Color HEX #375343 Goblin

📋 copy color: '#375343'

red 55 ◦ green 83 ◦ blue 67

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

Shades of Goblin #375343

Tints of Goblin #375343

RGB

 RED value IS 55 (21.88% from 255) = 26.83%

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 26.83%
G = 40.49%
B = 32.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#375343 (or 0x375343) is known color: Goblin. HEX triplet: 37, 53 and 43. RGB value is (55,83,67). Sum of RGB (Red+Green+Blue) = 55+83+67=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #375343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375343 is #C8ACBC. Grayscale: #484848. Windows color (decimal): -13151421 or 4412215. OLE color: 4412215.

HSL color Cylindrical-coordinate representation of color #375343: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375343 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 67 -
CMYK 0.34 0 0.19 0.67
HSL 145.71º 0.2% 0.27% -
HSV(B) 145.71º 0.34% 0.33% -
XYZ 5.68 7.4 6.44 -
YUV 72.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 55 83 67 0.34 0 0.19 0.67 145.71 0.2 0.27
Hex 37 53 43 22 0 13 43 92 14 1B
Octal 67 123 103 42 0 23 103 222 24 33
Binary 110111 1010011 1000011 100010 0 10011 1000011 10010010 10100 11011

Color Harmonies of #375343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375343

Black with #375343

Text Example


Text Example

White with #375343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375343; }

 p { color: rgb(55,83,67); }

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

background-color css

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

 a { background-color: rgb(55,83,67); }

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

border-color css

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

 span { border-color: rgb(55,83,67); }

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