Html Css Color HEX #395B43 Goblin

📋 copy color: '#395B43'

red 57 ◦ green 91 ◦ blue 67

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

Shades of Goblin #395B43

Tints of Goblin #395B43

RGB

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

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

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

R = 26.51%
G = 42.33%
B = 31.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#395B43 (or 0x395B43) is known color: Goblin. HEX triplet: 39, 5B and 43. RGB value is (57,91,67). Sum of RGB (Red+Green+Blue) = 57+91+67=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #395B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B43 is #C6A4BC. Grayscale: #4E4E4E. Windows color (decimal): -13018301 or 4414265. OLE color: 4414265.

HSL color Cylindrical-coordinate representation of color #395B43: hue angle of 137.65º 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 #395B43 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 67 -
CMYK 0.37 0 0.26 0.64
HSL 137.65º 0.23% 0.29% -
HSV(B) 137.65º 0.37% 0.36% -
XYZ 6.44 8.76 6.66 -
YUV 78.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 57 91 67 0.37 0 0.26 0.64 137.65 0.23 0.29
Hex 39 5B 43 25 0 1A 40 8A 17 1D
Octal 71 133 103 45 0 32 100 212 27 35
Binary 111001 1011011 1000011 100101 0 11010 1000000 10001010 10111 11101

Color Harmonies of #395B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B43

Black with #395B43

Text Example


Text Example

White with #395B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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