Html Css Color HEX #3A5343 Goblin

📋 copy color: '#3A5343'

red 58 ◦ green 83 ◦ blue 67

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

Shades of Goblin #3A5343

Tints of Goblin #3A5343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 27.88%
G = 39.9%
B = 32.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#3A5343 (or 0x3A5343) is known color: Goblin. HEX triplet: 3A, 53 and 43. RGB value is (58,83,67). Sum of RGB (Red+Green+Blue) = 58+83+67=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5343 is #C5ACBC. Grayscale: #494949. Windows color (decimal): -12954813 or 4412218. OLE color: 4412218.

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

Color convert

RGB 58 83 67 -
CMYK 0.30 0 0.19 0.67
HSL 141.6º 0.18% 0.28% -
HSV(B) 141.6º 0.3% 0.33% -
XYZ 5.85 7.49 6.45 -
YUV 73.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 58 83 67 0.30 0 0.19 0.67 141.6 0.18 0.28
Hex 3A 53 43 1E 0 13 43 8E 12 1C
Octal 72 123 103 36 0 23 103 216 22 34
Binary 111010 1010011 1000011 11110 0 10011 1000011 10001110 10010 11100

Color Harmonies of #3A5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5343

Black with #3A5343

Text Example


Text Example

White with #3A5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,67); }

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

background-color css

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

 a { background-color: rgb(58,83,67); }

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

border-color css

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

 span { border-color: rgb(58,83,67); }

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