Html Css Color HEX #375342 Goblin

📋 copy color: '#375342'

red 55 ◦ green 83 ◦ blue 66

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

Shades of Goblin #375342

Tints of Goblin #375342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 26.96%
G = 40.69%
B = 32.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#375342 (or 0x375342) is known color: Goblin. HEX triplet: 37, 53 and 42. RGB value is (55,83,66). Sum of RGB (Red+Green+Blue) = 55+83+66=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #375342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375342 is #C8ACBD. Grayscale: #484848. Windows color (decimal): -13151422 or 4346679. OLE color: 4346679.

HSL color Cylindrical-coordinate representation of color #375342: hue angle of 143.57º 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 #375342 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 66 -
CMYK 0.34 0 0.20 0.67
HSL 143.57º 0.2% 0.27% -
HSV(B) 143.57º 0.34% 0.33% -
XYZ 5.65 7.39 6.28 -
YUV 72.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 55 83 66 0.34 0 0.20 0.67 143.57 0.2 0.27
Hex 37 53 42 22 0 14 43 90 14 1B
Octal 67 123 102 42 0 24 103 220 24 33
Binary 110111 1010011 1000010 100010 0 10100 1000011 10010000 10100 11011

Color Harmonies of #375342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375342

Black with #375342

Text Example


Text Example

White with #375342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375342; }

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

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

background-color css

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

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

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

border-color css

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

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

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