Html Css Color HEX #395042 Goblin

📋 copy color: '#395042'

red 57 ◦ green 80 ◦ blue 66

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

Shades of Goblin #395042

Tints of Goblin #395042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

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

R = 28.08%
G = 39.41%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#395042 (or 0x395042) is known color: Goblin. HEX triplet: 39, 50 and 42. RGB value is (57,80,66). Sum of RGB (Red+Green+Blue) = 57+80+66=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #395042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395042 is #C6AFBD. Grayscale: #474747. Windows color (decimal): -13021118 or 4345913. OLE color: 4345913.

HSL color Cylindrical-coordinate representation of color #395042: hue angle of 143.48º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395042 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 66 -
CMYK 0.29 0 0.17 0.69
HSL 143.48º 0.17% 0.27% -
HSV(B) 143.48º 0.29% 0.31% -
XYZ 5.54 7 6.21 -
YUV 71.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 57 80 66 0.29 0 0.17 0.69 143.48 0.17 0.27
Hex 39 50 42 1D 0 11 45 8F 11 1B
Octal 71 120 102 35 0 21 105 217 21 33
Binary 111001 1010000 1000010 11101 0 10001 1000101 10001111 10001 11011

Color Harmonies of #395042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395042

Black with #395042

Text Example


Text Example

White with #395042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395042; }

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

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

background-color css

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

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

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

border-color css

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

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

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