Html Css Color HEX #3B5341 Goblin

📋 copy color: '#3B5341'

red 59 ◦ green 83 ◦ blue 65

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

Shades of Goblin #3B5341

Tints of Goblin #3B5341

RGB

 RED value IS 59 (23.44% from 255) = 28.5%

 GREEN value IS 83 (32.81% from 255) = 40.1%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 28.5%
G = 40.1%
B = 31.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3B5341 (or 0x3B5341) is known color: Goblin. HEX triplet: 3B, 53 and 41. RGB value is (59,83,65). Sum of RGB (Red+Green+Blue) = 59+83+65=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5341 is #C4ACBE. Grayscale: #494949. Windows color (decimal): -12889279 or 4281147. OLE color: 4281147.

HSL color Cylindrical-coordinate representation of color #3B5341: hue angle of 135º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5341 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 83 65 -
CMYK 0.29 0 0.22 0.67
HSL 135º 0.17% 0.28% -
HSV(B) 135º 0.29% 0.33% -
XYZ 5.85 7.5 6.14 -
YUV 73.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 59 83 65 0.29 0 0.22 0.67 135 0.17 0.28
Hex 3B 53 41 1D 0 16 43 87 11 1C
Octal 73 123 101 35 0 26 103 207 21 34
Binary 111011 1010011 1000001 11101 0 10110 1000011 10000111 10001 11100

Color Harmonies of #3B5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5341

Black with #3B5341

Text Example


Text Example

White with #3B5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5341; }

 p { color: rgb(59,83,65); }

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

background-color css

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

 a { background-color: rgb(59,83,65); }

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

border-color css

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

 span { border-color: rgb(59,83,65); }

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