Html Css Color HEX #395443 Goblin

📋 copy color: '#395443'

red 57 ◦ green 84 ◦ blue 67

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

Shades of Goblin #395443

Tints of Goblin #395443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 27.4%
G = 40.38%
B = 32.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#395443 (or 0x395443) is known color: Goblin. HEX triplet: 39, 54 and 43. RGB value is (57,84,67). Sum of RGB (Red+Green+Blue) = 57+84+67=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #395443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395443 is #C6ABBC. Grayscale: #4A4A4A. Windows color (decimal): -13020093 or 4412473. OLE color: 4412473.

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

Color convert

RGB 57 84 67 -
CMYK 0.32 0 0.20 0.67
HSL 142.22º 0.19% 0.28% -
HSV(B) 142.22º 0.32% 0.33% -
XYZ 5.87 7.62 6.47 -
YUV 73.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 57 84 67 0.32 0 0.20 0.67 142.22 0.19 0.28
Hex 39 54 43 20 0 14 43 8E 13 1C
Octal 71 124 103 40 0 24 103 216 23 34
Binary 111001 1010100 1000011 100000 0 10100 1000011 10001110 10011 11100

Color Harmonies of #395443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395443

Black with #395443

Text Example


Text Example

White with #395443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395443; }

 p { color: rgb(57,84,67); }

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

background-color css

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

 a { background-color: rgb(57,84,67); }

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

border-color css

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

 span { border-color: rgb(57,84,67); }

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