Html Css Color HEX #3B5540 Goblin

📋 copy color: '#3B5540'

red 59 ◦ green 85 ◦ blue 64

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

Shades of Goblin #3B5540

Tints of Goblin #3B5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 28.37%
G = 40.87%
B = 30.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#3B5540 (or 0x3B5540) is known color: Goblin. HEX triplet: 3B, 55 and 40. RGB value is (59,85,64). Sum of RGB (Red+Green+Blue) = 59+85+64=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5540 is #C4AABF. Grayscale: #4A4A4A. Windows color (decimal): -12888768 or 4216123. OLE color: 4216123.

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

Color convert

RGB 59 85 64 -
CMYK 0.31 0 0.25 0.67
HSL 131.54º 0.18% 0.28% -
HSV(B) 131.54º 0.31% 0.33% -
XYZ 5.98 7.8 6.04 -
YUV 74.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 59 85 64 0.31 0 0.25 0.67 131.54 0.18 0.28
Hex 3B 55 40 1F 0 19 43 84 12 1C
Octal 73 125 100 37 0 31 103 204 22 34
Binary 111011 1010101 1000000 11111 0 11001 1000011 10000100 10010 11100

Color Harmonies of #3B5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5540

Black with #3B5540

Text Example


Text Example

White with #3B5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,64); }

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

background-color css

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

 a { background-color: rgb(59,85,64); }

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

border-color css

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

 span { border-color: rgb(59,85,64); }

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