Html Css Color HEX #3B513F Goblin

📋 copy color: '#3B513F'

red 59 ◦ green 81 ◦ blue 63

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

Shades of Goblin #3B513F

Tints of Goblin #3B513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 29.06%
G = 39.9%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#3B513F (or 0x3B513F) is known color: Goblin. HEX triplet: 3B, 51 and 3F. RGB value is (59,81,63). Sum of RGB (Red+Green+Blue) = 59+81+63=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #3B513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B513F is #C4AEC0. Grayscale: #484848. Windows color (decimal): -12889793 or 4149563. OLE color: 4149563.

HSL color Cylindrical-coordinate representation of color #3B513F: hue angle of 130.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B513F is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 81 63 -
CMYK 0.27 0 0.22 0.68
HSL 130.91º 0.16% 0.27% -
HSV(B) 130.91º 0.27% 0.32% -
XYZ 5.64 7.17 5.79 -
YUV 72.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 59 81 63 0.27 0 0.22 0.68 130.91 0.16 0.27
Hex 3B 51 3F 1B 0 16 44 83 10 1B
Octal 73 121 77 33 0 26 104 203 20 33
Binary 111011 1010001 111111 11011 0 10110 1000100 10000011 10000 11011

Color Harmonies of #3B513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B513F

Black with #3B513F

Text Example


Text Example

White with #3B513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,81,63); }

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

background-color css

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

 a { background-color: rgb(59,81,63); }

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

border-color css

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

 span { border-color: rgb(59,81,63); }

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