Html Css Color HEX #3A553F Goblin

📋 copy color: '#3A553F'

red 58 ◦ green 85 ◦ blue 63

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

Shades of Goblin #3A553F

Tints of Goblin #3A553F

RGB

 RED value IS 58 (23.05% from 255) = 28.16%

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

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

R = 28.16%
G = 41.26%
B = 30.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#3A553F (or 0x3A553F) is known color: Goblin. HEX triplet: 3A, 55 and 3F. RGB value is (58,85,63). Sum of RGB (Red+Green+Blue) = 58+85+63=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553F is #C5AAC0. Grayscale: #4A4A4A. Windows color (decimal): -12954305 or 4150586. OLE color: 4150586.

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

Color convert

RGB 58 85 63 -
CMYK 0.32 0 0.26 0.67
HSL 131.11º 0.19% 0.28% -
HSV(B) 131.11º 0.32% 0.33% -
XYZ 5.89 7.76 5.89 -
YUV 74.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 58 85 63 0.32 0 0.26 0.67 131.11 0.19 0.28
Hex 3A 55 3F 20 0 1A 43 83 13 1C
Octal 72 125 77 40 0 32 103 203 23 34
Binary 111010 1010101 111111 100000 0 11010 1000011 10000011 10011 11100

Color Harmonies of #3A553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A553F

Black with #3A553F

Text Example


Text Example

White with #3A553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,63); }

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

background-color css

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

 a { background-color: rgb(58,85,63); }

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

border-color css

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

 span { border-color: rgb(58,85,63); }

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