Html Css Color HEX #3A5642 Goblin

📋 copy color: '#3A5642'

red 58 ◦ green 86 ◦ blue 66

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

Shades of Goblin #3A5642

Tints of Goblin #3A5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

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

R = 27.62%
G = 40.95%
B = 31.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#3A5642 (or 0x3A5642) is known color: Goblin. HEX triplet: 3A, 56 and 42. RGB value is (58,86,66). Sum of RGB (Red+Green+Blue) = 58+86+66=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5642 is #C5A9BD. Grayscale: #4B4B4B. Windows color (decimal): -12954046 or 4347450. OLE color: 4347450.

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

Color convert

RGB 58 86 66 -
CMYK 0.33 0 0.23 0.66
HSL 137.14º 0.19% 0.28% -
HSV(B) 137.14º 0.33% 0.34% -
XYZ 6.06 7.95 6.37 -
YUV 75.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 58 86 66 0.33 0 0.23 0.66 137.14 0.19 0.28
Hex 3A 56 42 21 0 17 42 89 13 1C
Octal 72 126 102 41 0 27 102 211 23 34
Binary 111010 1010110 1000010 100001 0 10111 1000010 10001001 10011 11100

Color Harmonies of #3A5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5642

Black with #3A5642

Text Example


Text Example

White with #3A5642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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