Html Css Color HEX #395B44 Goblin

📋 copy color: '#395B44'

red 57 ◦ green 91 ◦ blue 68

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

Shades of Goblin #395B44

Tints of Goblin #395B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 26.39%
G = 42.13%
B = 31.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#395B44 (or 0x395B44) is known color: Goblin. HEX triplet: 39, 5B and 44. RGB value is (57,91,68). Sum of RGB (Red+Green+Blue) = 57+91+68=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #395B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B44 is #C6A4BB. Grayscale: #4E4E4E. Windows color (decimal): -13018300 or 4479801. OLE color: 4479801.

HSL color Cylindrical-coordinate representation of color #395B44: hue angle of 139.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B44 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 68 -
CMYK 0.37 0 0.25 0.64
HSL 139.41º 0.23% 0.29% -
HSV(B) 139.41º 0.37% 0.36% -
XYZ 6.47 8.77 6.82 -
YUV 78.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 57 91 68 0.37 0 0.25 0.64 139.41 0.23 0.29
Hex 39 5B 44 25 0 19 40 8B 17 1D
Octal 71 133 104 45 0 31 100 213 27 35
Binary 111001 1011011 1000100 100101 0 11001 1000000 10001011 10111 11101

Color Harmonies of #395B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B44

Black with #395B44

Text Example


Text Example

White with #395B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395B44; }

 p { color: rgb(57,91,68); }

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

background-color css

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

 a { background-color: rgb(57,91,68); }

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

border-color css

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

 span { border-color: rgb(57,91,68); }

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