Html Css Color HEX #375543 Goblin

📋 copy color: '#375543'

red 55 ◦ green 85 ◦ blue 67

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

Shades of Goblin #375543

Tints of Goblin #375543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 26.57%
G = 41.06%
B = 32.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#375543 (or 0x375543) is known color: Goblin. HEX triplet: 37, 55 and 43. RGB value is (55,85,67). Sum of RGB (Red+Green+Blue) = 55+85+67=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #375543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375543 is #C8AABC. Grayscale: #4A4A4A. Windows color (decimal): -13150909 or 4412727. OLE color: 4412727.

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

Color convert

RGB 55 85 67 -
CMYK 0.35 0 0.21 0.67
HSL 144º 0.21% 0.27% -
HSV(B) 144º 0.35% 0.33% -
XYZ 5.84 7.71 6.49 -
YUV 73.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 55 85 67 0.35 0 0.21 0.67 144 0.21 0.27
Hex 37 55 43 23 0 15 43 90 15 1B
Octal 67 125 103 43 0 25 103 220 25 33
Binary 110111 1010101 1000011 100011 0 10101 1000011 10010000 10101 11011

Color Harmonies of #375543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375543

Black with #375543

Text Example


Text Example

White with #375543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375543; }

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

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

background-color css

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

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

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

border-color css

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

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

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