Html Css Color HEX #3A5442 Goblin

📋 copy color: '#3A5442'

red 58 ◦ green 84 ◦ blue 66

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

Shades of Goblin #3A5442

Tints of Goblin #3A5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 27.88%
G = 40.38%
B = 31.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#3A5442 (or 0x3A5442) is known color: Goblin. HEX triplet: 3A, 54 and 42. RGB value is (58,84,66). Sum of RGB (Red+Green+Blue) = 58+84+66=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5442 is #C5ABBD. Grayscale: #4A4A4A. Windows color (decimal): -12954558 or 4346938. OLE color: 4346938.

HSL color Cylindrical-coordinate representation of color #3A5442: hue angle of 138.46º 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 #3A5442 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 66 -
CMYK 0.31 0 0.21 0.67
HSL 138.46º 0.18% 0.28% -
HSV(B) 138.46º 0.31% 0.33% -
XYZ 5.9 7.63 6.32 -
YUV 74.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 58 84 66 0.31 0 0.21 0.67 138.46 0.18 0.28
Hex 3A 54 42 1F 0 15 43 8A 12 1C
Octal 72 124 102 37 0 25 103 212 22 34
Binary 111010 1010100 1000010 11111 0 10101 1000011 10001010 10010 11100

Color Harmonies of #3A5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5442

Black with #3A5442

Text Example


Text Example

White with #3A5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,66); }

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

background-color css

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

 a { background-color: rgb(58,84,66); }

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

border-color css

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

 span { border-color: rgb(58,84,66); }

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