Html Css Color HEX #395542 Goblin

📋 copy color: '#395542'

red 57 ◦ green 85 ◦ blue 66

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

Shades of Goblin #395542

Tints of Goblin #395542

RGB

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

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

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

R = 27.4%
G = 40.87%
B = 31.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#395542 (or 0x395542) is known color: Goblin. HEX triplet: 39, 55 and 42. RGB value is (57,85,66). Sum of RGB (Red+Green+Blue) = 57+85+66=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #395542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395542 is #C6AABD. Grayscale: #4A4A4A. Windows color (decimal): -13019838 or 4347193. OLE color: 4347193.

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

Color convert

RGB 57 85 66 -
CMYK 0.33 0 0.22 0.67
HSL 139.29º 0.2% 0.28% -
HSV(B) 139.29º 0.33% 0.33% -
XYZ 5.92 7.76 6.34 -
YUV 74.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 57 85 66 0.33 0 0.22 0.67 139.29 0.2 0.28
Hex 39 55 42 21 0 16 43 8B 14 1C
Octal 71 125 102 41 0 26 103 213 24 34
Binary 111001 1010101 1000010 100001 0 10110 1000011 10001011 10100 11100

Color Harmonies of #395542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395542

Black with #395542

Text Example


Text Example

White with #395542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395542; }

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

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

background-color css

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

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

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

border-color css

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

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

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