Html Css Color HEX #395945 Goblin

📋 copy color: '#395945'

red 57 ◦ green 89 ◦ blue 69

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

Shades of Goblin #395945

Tints of Goblin #395945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 26.51%
G = 41.4%
B = 32.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#395945 (or 0x395945) is known color: Goblin. HEX triplet: 39, 59 and 45. RGB value is (57,89,69). Sum of RGB (Red+Green+Blue) = 57+89+69=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #395945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395945 is #C6A6BA. Grayscale: #4D4D4D. Windows color (decimal): -13018811 or 4544825. OLE color: 4544825.

HSL color Cylindrical-coordinate representation of color #395945: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395945 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 69 -
CMYK 0.36 0 0.22 0.65
HSL 142.5º 0.22% 0.29% -
HSV(B) 142.5º 0.36% 0.35% -
XYZ 6.33 8.44 6.93 -
YUV 77.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 57 89 69 0.36 0 0.22 0.65 142.5 0.22 0.29
Hex 39 59 45 24 0 16 41 8E 16 1D
Octal 71 131 105 44 0 26 101 216 26 35
Binary 111001 1011001 1000101 100100 0 10110 1000001 10001110 10110 11101

Color Harmonies of #395945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395945

Black with #395945

Text Example


Text Example

White with #395945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395945; }

 p { color: rgb(57,89,69); }

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

background-color css

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

 a { background-color: rgb(57,89,69); }

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

border-color css

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

 span { border-color: rgb(57,89,69); }

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