Html Css Color HEX #395442 Goblin

📋 copy color: '#395442'

red 57 ◦ green 84 ◦ blue 66

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

Shades of Goblin #395442

Tints of Goblin #395442

RGB

 RED value IS 57 (22.66% from 255) = 27.54%

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 27.54%
G = 40.58%
B = 31.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#395442 (or 0x395442) is known color: Goblin. HEX triplet: 39, 54 and 42. RGB value is (57,84,66). Sum of RGB (Red+Green+Blue) = 57+84+66=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #395442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395442 is #C6ABBD. Grayscale: #494949. Windows color (decimal): -13020094 or 4346937. OLE color: 4346937.

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

Color convert

RGB 57 84 66 -
CMYK 0.32 0 0.21 0.67
HSL 140º 0.19% 0.28% -
HSV(B) 140º 0.32% 0.33% -
XYZ 5.84 7.6 6.31 -
YUV 73.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 57 84 66 0.32 0 0.21 0.67 140 0.19 0.28
Hex 39 54 42 20 0 15 43 8C 13 1C
Octal 71 124 102 40 0 25 103 214 23 34
Binary 111001 1010100 1000010 100000 0 10101 1000011 10001100 10011 11100

Color Harmonies of #395442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395442

Black with #395442

Text Example


Text Example

White with #395442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395442; }

 p { color: rgb(57,84,66); }

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

background-color css

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

 a { background-color: rgb(57,84,66); }

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

border-color css

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

 span { border-color: rgb(57,84,66); }

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