Html Css Color HEX #395342 Goblin

📋 copy color: '#395342'

red 57 ◦ green 83 ◦ blue 66

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

Shades of Goblin #395342

Tints of Goblin #395342

RGB

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

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

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

R = 27.67%
G = 40.29%
B = 32.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#395342 (or 0x395342) is known color: Goblin. HEX triplet: 39, 53 and 42. RGB value is (57,83,66). Sum of RGB (Red+Green+Blue) = 57+83+66=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #395342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395342 is #C6ACBD. Grayscale: #494949. Windows color (decimal): -13020350 or 4346681. OLE color: 4346681.

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

Color convert

RGB 57 83 66 -
CMYK 0.31 0 0.20 0.67
HSL 140.77º 0.19% 0.27% -
HSV(B) 140.77º 0.31% 0.33% -
XYZ 5.76 7.45 6.29 -
YUV 73.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 57 83 66 0.31 0 0.20 0.67 140.77 0.19 0.27
Hex 39 53 42 1F 0 14 43 8D 13 1B
Octal 71 123 102 37 0 24 103 215 23 33
Binary 111001 1010011 1000010 11111 0 10100 1000011 10001101 10011 11011

Color Harmonies of #395342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395342

Black with #395342

Text Example


Text Example

White with #395342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395342; }

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

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

background-color css

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

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

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

border-color css

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

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

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