Html Css Color HEX #3C513F Goblin

📋 copy color: '#3C513F'

red 60 ◦ green 81 ◦ blue 63

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

Shades of Goblin #3C513F

Tints of Goblin #3C513F

RGB

 RED value IS 60 (23.83% from 255) = 29.41%

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

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

R = 29.41%
G = 39.71%
B = 30.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#3C513F (or 0x3C513F) is known color: Goblin. HEX triplet: 3C, 51 and 3F. RGB value is (60,81,63). Sum of RGB (Red+Green+Blue) = 60+81+63=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #3C513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C513F is #C3AEC0. Grayscale: #484848. Windows color (decimal): -12824257 or 4149564. OLE color: 4149564.

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

Color convert

RGB 60 81 63 -
CMYK 0.26 0 0.22 0.68
HSL 128.57º 0.15% 0.28% -
HSV(B) 128.57º 0.26% 0.32% -
XYZ 5.7 7.2 5.79 -
YUV 72.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 60 81 63 0.26 0 0.22 0.68 128.57 0.15 0.28
Hex 3C 51 3F 1A 0 16 44 81 F 1C
Octal 74 121 77 32 0 26 104 201 17 34
Binary 111100 1010001 111111 11010 0 10110 1000100 10000001 1111 11100

Color Harmonies of #3C513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C513F

Black with #3C513F

Text Example


Text Example

White with #3C513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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